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

[Issue] azd up should create a new directory for better dx

Open piizei opened this issue 2 years ago • 2 comments

Describe the bug

Like every other common developer cli-tool (like git), azd should create the directory when azd up is ran.

Expected behavior

Create a directory with the name of the template

Environment Information on your environment: azd version 0.3.0-beta.1

piizei avatar Oct 05 '22 06:10 piizei

We'll want to consider side effects of doing this, like azd up runs multiple commands assuming current directory, if azd init puts in a subfolder, then we'll need to execute sub commands in the context of that new subfolder.

This should be achievable now that we have --cwd option.

jongio avatar Oct 05 '22 23:10 jongio

Needs investigation and discussion on what other CLI's/tools do.

rajeshkamal5050 avatar Oct 10 '22 20:10 rajeshkamal5050

Closing in favour of https://github.com/Azure/azure-dev/issues/181

savannahostrowski avatar Mar 22 '23 23:03 savannahostrowski