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

Command clean all should not remove all containers on the local machine #54

Open
davids4 opened this issue Oct 12, 2021 · 0 comments
Open
Labels
bug Something isn't working

Comments

@davids4
Copy link
Contributor

davids4 commented Oct 12, 2021

Currently, the command: ce-dev clean:
Prompts a list of containers, for example:

? Select containers you want to delete (if any) (Press <space> to select, <a> to
 toggle all, <i> to invert selection)
❯◯ nycc-web
 ◯ nycc-db
 ◯ nycc-solr
 ◯ ce_dev_controller

Problem:
Selecting <a> currently removes ALL containers on the local machine.
Expected result:
Remove only the containers selected from the list (all of them), but leave containers from other projects untouched.
So in the example above, only the containers: nycc-web, nycc-db, nycc-solr, ce_dev_controller should be deleted.

@davids4 davids4 added the bug Something isn't working label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant