Browse Source

new: [compose-core] improve the help message of ``compose status`` command

master
Valentin Lab 2 weeks ago
parent
commit
233c3c843a
  1. 21
      bin/compose-core

21
bin/compose-core

@ -5304,20 +5304,25 @@ Usage: status [options] [SERVICE...]
Options: Options:
-h, --help Print this message and quit -h, --help Print this message and quit
-a, --all Display status of all services
(removes all filter, and will add a
'root' first column by default)
-c, --column Column to display, can provide several
separated by commas, or option can be repeated.
-a, --all Display status of all services (removes all
filter, and will add a 'root' first column by
default)
-c, --column Columns to display, can provide several separated
by commas, or option can be repeated. You can add
a sign prefix to the name of the column to force
the alignment of the column (+: right, -: left),
(default: ${state_columns_default_msg}) (default: ${state_columns_default_msg})
-f, --filter Filter services by a key=value pair, -f, --filter Filter services by a key=value pair,
separated by commas or can be repeated. separated by commas or can be repeated.
(default: --filter root=yes) (default: --filter root=yes)
-r, --raw Raw data output (no colors nor alignement)
-r, --raw Raw data output (no colors nor alignment)
-0 Separate field with NUL char. Implies raw
data output.
-0 Separate field with NUL char. Implies raw data
output.
" "
while read-0 arg; do while read-0 arg; do

Loading…
Cancel
Save