Skip to content

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

Open
@davids4

Description

@davids4

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions