Is there an existing issue for this?
Is your feature request related to a problem? Please describe the problem.
dotnet command support this: dotnet run --launch-profile https
but per https://aspire.dev/reference/cli/commands/aspire-run/#name, this is not supported by aspire run command.
this is a blocker to switch to aspire run from dotnet run command.
Describe the solution you'd like
add similar support of --launch-profile to allow selection of launch profile.
Additional context
No response