compose/cmd
Sebastiaan van Stijn 2d32d7450c ps: un-deprecate --filter, and enhance docs
Compose currently only supports a single filter options on --filter,
for which reason the --status flag was added, which is more convenient
to use.

However, the `--filter` flag is common among various docker commands, and
it's possible that additional filters get added at some point (which may
be less "commonly" used, and not warrant a dedicated flag).

This PR removes the "deprecated" mention from the flag, to keep consistency
with other commands, but adds documentation to explain how they relate to
eachother.

Also added a short example for the `--format` flag.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-03-10 20:39:19 +01:00
..
compatibility Only kill running containers 2021-12-10 08:48:38 +01:00
compose ps: un-deprecate --filter, and enhance docs 2022-03-10 20:39:19 +01:00
formatter use a sync.Map to avoid concurrency issue accessing log presenters 2021-09-10 12:54:24 +02:00
main.go composeService to use dockerCli's In/Out/Err streams 2022-03-03 16:34:57 +01:00