aspire icon indicating copy to clipboard operation
aspire copied to clipboard

Follow up to supporting non-interactive mode for deployment

Open davidfowl opened this issue 2 months ago • 1 comments

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)

davidfowl avatar Oct 19 '25 15:10 davidfowl

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.

captainsafia avatar Oct 27 '25 18:10 captainsafia