azure-dev
azure-dev copied to clipboard
`azd down` in VS Code
Right now, we don't provide the option for a developer to clean up their resources in VSCode via azd down
We want to provide an easy way for developers to "nope out" should they so desire 😄.
azd provision is an alias for azd infra create which is exposed. Note that azd provision is the older term we used for the azd infra create gesture but we created the extension back when we only had azd provision
Ah interesting - I was just looking through azd -h and saw that that create an option. I really would like for us to be continue to be able to promote that the same commands exist regardless of client.
Is there actually a need to have azd infra create in the standalone CLI then?
Let's scope this to adding azd down to VSCode. We'll deal with the azd infra create convo separately.
Moving to Backlog since there is ongoing work to better organize the set of CLI commands and rename some of them, which may affect whether we have aliased infra create + down commands.
I think we've tabled the discussion around restructuring commands (not sure that we have any evidence to currently support such a rework). @rajeshkamal5050 Can we get this added to On Deck?
This is included in #853.