aspire
aspire copied to clipboard
Follow up to supporting non-interactive mode for deployment
We've added a CI detection and non-interactive mode in https://github.com/dotnet/aspire/pull/12135
We need to do a pass and look for the places we prompt for input and improve the experience.
- Prompting for parameters
- Prompting for azure details (Azure Deployer)
If you run aspire deploy in a non-interactive mode but don't pass the --non-interactive flag, Spectre throws an exception. Instead, we should gather up all the unresolved parameters and display them in a UI.