Open
Description
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.