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

project name argument for project init gets ignored by local project name #766

Closed
iamhopaul123 opened this issue Mar 20, 2020 · 0 comments · Fixed by #767
Closed

project name argument for project init gets ignored by local project name #766

iamhopaul123 opened this issue Mar 20, 2020 · 0 comments · Fixed by #767
Assignees
Labels
area/app Issues about applications. type/bug Issues that are bugs.

Comments

@iamhopaul123
Copy link
Contributor

Currently if there's already a local project named "bot-project", and users run project init my-project again, it will not throw any error even if there appears to be an obvious conflict. Instead, the argument for project name (which is "my-project") just gets ignored.

Example:

$ ecs-preview project init bot-project
Looks like you are using a workspace that's registered to project my-project.
We'll use that as your project instead of bot-project.
✔ Created the infrastructure to manage container repositories under project my-project.
✔ The directory ecs-project will hold application manifests for project my-project.

Recommended follow-up actions:
- Run `ecs-preview init` to add a new application to your project.
@iamhopaul123 iamhopaul123 self-assigned this Mar 20, 2020
@iamhopaul123 iamhopaul123 added area/app Issues about applications. type/bug Issues that are bugs. labels Mar 20, 2020
@iamhopaul123 iamhopaul123 added this to Backlog in Sprint 🏃‍♀️ via automation Mar 20, 2020
@bvtujo bvtujo moved this from Backlog to In progress in Sprint 🏃‍♀️ Mar 23, 2020
Sprint 🏃‍♀️ automation moved this from In progress to Pending release Mar 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/app Issues about applications. type/bug Issues that are bugs.
Projects
Sprint 🏃‍♀️
  
Pending release
Development

Successfully merging a pull request may close this issue.

1 participant