compose/cmd/compose
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
..
build.go --quiet implies --progress=quiet 2021-11-17 13:08:30 +01:00
completion.go Filter completions by toComplete variable 2021-07-12 14:33:37 -03:00
compose.go use plain text progress when ansi=never is set 2022-03-08 15:05:37 +01:00
compose_test.go move compose-plugin commands under /cmd 2021-06-15 15:52:48 +02:00
convert.go Discard env_file section on convert/config 2022-01-15 11:45:08 +01:00
cp.go compose cp doesn't need a full project and can copy from stopped container 2021-12-12 16:15:56 +01:00
create.go add support for COMPOSE_IGNORE_ORPHANS 2021-09-24 08:24:48 +02:00
down.go Add function to convert strings to bool 2022-03-04 16:42:37 +01:00
events.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
exec.go Merge pull request #9198 from ndeloof/dockerCli_stdout 2022-03-09 14:36:07 +01:00
images.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
kill.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
list.go Add compose file path to ls command 2022-02-18 16:37:35 +01:00
logs.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
pause.go Make command descriptions consistent 2021-10-04 15:10:37 +02:00
port.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
ps.go ps: un-deprecate --filter, and enhance docs 2022-03-10 20:39:19 +01:00
pull.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
push.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
remove.go build full compose model from resources, then filter by services 2022-03-09 11:29:30 +01:00
restart.go Implemented #9147 2022-02-05 10:27:52 +03:30
run.go Merge pull request #9198 from ndeloof/dockerCli_stdout 2022-03-09 14:36:07 +01:00
start.go Implemented #9147 2022-02-05 10:27:52 +03:30
stop.go Implemented #9147 2022-02-05 10:27:52 +03:30
top.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
up.go Add function to convert strings to bool 2022-03-04 16:42:37 +01:00
up_test.go get scale from deploy.replicas. Require scale normalization 2021-09-15 14:02:01 +02:00
version.go Fix json format for version command 2022-03-08 09:40:25 +01:00