Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

libcompose-cli rm log messages are confusing. #151

@kunalkushwaha

Description

@kunalkushwaha

In log message for libcompose-cli rm, before asking for deletion, it prints containers deleting message.

$ libcompose-cli rm
WARN[0000] Note: This is an experimental alternate implementation of the Compose CLI (https://github.com/docker/compose)
INFO[0000] [0/2] [web]: Deleting
INFO[0000] [0/2] [redis]: Deleting
INFO[0000] [0/2] [redis]: Deleted
Going to remove a40d47f53646656412a6a9162d0c4c6cfc2af66e52ed5550b820976c51d9997c, 2fbc01d5bfc23d7bd8467b113fa44f357e7998460121ce1c4513df316151dd70
Are you sure? [yN]
INFO[0000] [0/2] [web]: Deleted
y
INFO[0001] Project [sample]: Deleting project
INFO[0001] [0/2] [web]: Deleting
INFO[0001] [0/2] [redis]: Deleting
INFO[0001] [0/2] [redis]: Deleted
INFO[0001] [0/2] [web]: Deleted
INFO[0001] Project [sample]: Project deleted

Should be equivalent to

$ docker-compose rm
Going to remove sample_web_3, sample_web_2, sample_web_1, sample_redis_1
Are you sure? [yN] y
Removing sample_web_3 ... done
Removing sample_web_2 ... done
Removing sample_web_1 ... done
Removing sample_redis_1 ... done

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions