.universal/dashboards.ps1

$app = @{
    Name        = "Let's Encrypt"
    BaseUrl     = '/letsencrypt'
    Module      = '.\PowerShellUniversal.Apps.LetsEncrypt.psd1'
    Command     = 'New-UDLetsEncryptApp'
    AutoDeploy  = $true
    Description = "Let's Encrypt management app for PowerShell Universal."
    Environment = 'PowerShell 7'
}

New-PSUApp @app