Quickly and easily run any file in this repo using .NET 10 CLI:
dnx runfile kzu/run:file.csThe following are the available scripts.
dnx runfile kzu/run:vault2secrets.csUses the az CLI to fetch secrets from an Azure KeyVault and sync them to
dotnet user-secrets store (either current directory project's secret or
a specific id specified by --id argument or interactively).
The summary of the run shows what action was taken for each secret:
✅ local secret value matches KeyVault value, no change needed
➕ new KeyVault added to local secrets
📝 existing local secret value updated to match KeyVault value
The updated secrets JSON is formatted with nested sections as appropriate for easier reading/editing.
dnx runfile kzu/run:clean.csWhat you would expect dotnet clean to do, but it doesn't :)