mirror of https://github.com/docker/compose.git
docs: update with result of `make docs`
Signed-off-by: Nick Sieger <nick@nicksieger.com>
This commit is contained in:
parent
1d4cb32001
commit
8bd487ac43
|
@ -8,6 +8,7 @@ Push service images
|
||||||
| Name | Type | Default | Description |
|
| Name | Type | Default | Description |
|
||||||
| --- | --- | --- | --- |
|
| --- | --- | --- | --- |
|
||||||
| `--ignore-push-failures` | | | Push what it can and ignores images with push failures |
|
| `--ignore-push-failures` | | | Push what it can and ignores images with push failures |
|
||||||
|
| `-q`, `--quiet` | | | Push without printing progress information |
|
||||||
|
|
||||||
|
|
||||||
<!---MARKER_GEN_END-->
|
<!---MARKER_GEN_END-->
|
||||||
|
|
|
@ -33,6 +33,17 @@ options:
|
||||||
experimentalcli: false
|
experimentalcli: false
|
||||||
kubernetes: false
|
kubernetes: false
|
||||||
swarm: false
|
swarm: false
|
||||||
|
- option: quiet
|
||||||
|
shorthand: q
|
||||||
|
value_type: bool
|
||||||
|
default_value: "false"
|
||||||
|
description: Push without printing progress information
|
||||||
|
deprecated: false
|
||||||
|
hidden: false
|
||||||
|
experimental: false
|
||||||
|
experimentalcli: false
|
||||||
|
kubernetes: false
|
||||||
|
swarm: false
|
||||||
deprecated: false
|
deprecated: false
|
||||||
experimental: false
|
experimental: false
|
||||||
experimentalcli: false
|
experimentalcli: false
|
||||||
|
|
Loading…
Reference in New Issue