.universal/dashboards.ps1
|
$app = @{ Name = 'Gundy Ridge Recipes' BaseUrl = '/cookbook' Module = 'PowerShellUniversal.Apps.Cookbook' Command = 'New-UDCookbookApp' AutoDeploy = $true Description = 'A collection of recipes from the heart of Gundy Ridge Farms' Environment = 'PowerShell 7' } New-PSUApp @app |