compose/cmd/compose
Sebastiaan van Stijn 9db79856be
update usage strings for consistency
This updates the format of various usage strings to be more consistent
with other parts of the CLI.

- Use `[OPTIONS]` to indicate where command-specific options should be added
- Use `[SERVICE...]` to indicate zero-or-more services
- Remove some usage strings for specific options (e.g. `-e NAME=VAL`), as that
  option is part of the already mentioned `[OPTIONS]` and we don't provide usage
  for each possible option that can be passed.
- Remove `[--]`, which (I think) was needed for the Python implementation, but is
  a general feature to stop processing flag-options.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-02 13:32:29 +02:00
..
build.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
completion.go Filter completions by toComplete variable 2021-07-12 14:33:37 -03:00
compose.go Merge pull request #9636 from ulyssessouza/dotenvfile-priority 2022-07-29 19:42:50 +02:00
compose_test.go move compose-plugin commands under /cmd 2021-06-15 15:52:48 +02:00
convert.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
cp.go update usage of the index flag of the cp command 2022-05-10 10:50:40 +02:00
create.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
down.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
events.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
exec.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
images.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
kill.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
list.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
logs.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
pause.go Make command descriptions consistent 2021-10-04 15:10:37 +02:00
port.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
ps.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
ps_test.go ps: use DisplayablePorts from docker/cli 2022-06-07 17:11:16 -05:00
pull.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
push.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
remove.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
restart.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
run.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
start.go Implemented #9147 2022-02-05 10:27:52 +03:30
stop.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
top.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
up.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
up_test.go get scale from deploy.replicas. Require scale normalization 2021-09-15 14:02:01 +02:00
version.go update usage strings for consistency 2022-08-02 13:32:29 +02:00