Aspire deploy query, can you specify which project(s) to deploy #14092
|
Hi there, I'm trying out the aspire cli and deploy. It's something I've wanted to look at, but now hit a wall with azd complaining about more than 64 outputs in main.bicep at the provisioning step, I'm seeing if it's gets around that. Is there a way with aspire deploy to tell it a specific project or projects to provision? Not AppHost project, but like with azd you could say like 'azd deploy my-api' and it would just do that one, I can't see a way to do that with the aspire deploy command? It unfortunately can take 30-40 mins to do a build on a blazor web app with wasm/aot, and I've got a number of web projects, so don't really want to deploy everything + sink if I just want to update a function app. |
Replies: 3 comments
|
Hi, I have a build argument I would like to pass in to Aspire for a ASP.NET project. Thanks! |
|
|
Answer in case anyone lands here: Yes you can with 'aspire do. You can execute any particular pipeline stage. Find out what your stages are:
Execute a stage:
[More examples](aspire do diagnostics) |
Answer in case anyone lands here: Yes you can with 'aspire do. You can execute any particular pipeline stage.
Find out what your stages are:
aspire do diagnosticsExecute a stage:
aspire do deploy-my-api[More examples](aspire do diagnostics)