Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
piizei opened this issue Oct 5, 2022 · 3 comments
Closed

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

piizei opened this issue Oct 5, 2022 · 3 comments
Assignees
Milestone

Comments

@piizei
Copy link

piizei commented Oct 5, 2022

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

@ghost ghost added needs-triage For new issues customer-reported identify a customer issue question labels Oct 5, 2022
@jongio
Copy link
Member

jongio commented Oct 5, 2022

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.

@rajeshkamal5050 rajeshkamal5050 added this to the Backlog milestone Oct 10, 2022
@rajeshkamal5050
Copy link
Contributor

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

@savannahostrowski
Copy link
Contributor

Closing in favour of #181

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants