A bit of a late change for 9.4 but the `aspire deploy` command is now behind a feature flag. See https://github.com/dotnet/aspire/pull/10613. To enable the command, the user must run: ``` $ aspire config set features.deployCommandEnabled true ``` After that, the `deploy` subcommand will be available in the CLI. --- [Associated WorkItem - 474407](https://dev.azure.com/msft-skilling/Content/_workitems/edit/474407)