-
Notifications
You must be signed in to change notification settings - Fork 854
CLI commands suggestions #14238
Copy link
Copy link
Closed
Description
-
aspire runon an already running apphost (started with detach) could probably restart it, or detect it's already running and display an error - I think
aspire run --detachshould not display the update message -
aspire stopshould exit with 0 if nothing is running, not 7 and an error message -
aspire addon a detached running app will fail because the apphost server can't be built as locked - create
aspire startto provide the same behavior asaspire run --detach
Reactions are currently unavailable