update docs
Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
parent
9549a213ba
commit
11d5ecdc75
@ -9,6 +9,7 @@ Watch build context for service and rebuild/refresh containers when files are up
|
|||||||
|:------------|:-----|:--------|:----------------------------------------------|
|
|:------------|:-----|:--------|:----------------------------------------------|
|
||||||
| `--dry-run` | | | Execute command in dry run mode |
|
| `--dry-run` | | | Execute command in dry run mode |
|
||||||
| `--no-up` | | | Do not build & start services before watching |
|
| `--no-up` | | | Do not build & start services before watching |
|
||||||
|
| `--prune` | | | Prune dangling images on rebuild |
|
||||||
| `--quiet` | | | hide build output |
|
| `--quiet` | | | hide build output |
|
||||||
|
|
||||||
|
|
||||||
|
@ -17,6 +17,16 @@ options:
|
|||||||
experimentalcli: false
|
experimentalcli: false
|
||||||
kubernetes: false
|
kubernetes: false
|
||||||
swarm: false
|
swarm: false
|
||||||
|
- option: prune
|
||||||
|
value_type: bool
|
||||||
|
default_value: "false"
|
||||||
|
description: Prune dangling images on rebuild
|
||||||
|
deprecated: false
|
||||||
|
hidden: false
|
||||||
|
experimental: false
|
||||||
|
experimentalcli: false
|
||||||
|
kubernetes: false
|
||||||
|
swarm: false
|
||||||
- option: quiet
|
- option: quiet
|
||||||
value_type: bool
|
value_type: bool
|
||||||
default_value: "false"
|
default_value: "false"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user