azure-dev icon indicating copy to clipboard operation
azure-dev copied to clipboard

`azd down` in VS Code

Open savannahostrowski opened this issue 2 years ago • 4 comments

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 😄.

savannahostrowski avatar Jul 18 '22 22:07 savannahostrowski

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

ellismg avatar Jul 19 '22 17:07 ellismg

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?

savannahostrowski avatar Jul 19 '22 17:07 savannahostrowski

Let's scope this to adding azd down to VSCode. We'll deal with the azd infra create convo separately.

savannahostrowski avatar Jul 27 '22 17:07 savannahostrowski

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.

karolz-ms avatar Aug 18 '22 18:08 karolz-ms

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?

savannahostrowski avatar Jan 19 '23 00:01 savannahostrowski

This is included in #853.

bwateratmsft avatar Jan 31 '23 18:01 bwateratmsft