update docs

Signed-off-by: Suleiman Dibirov <idsulik@gmail.com>
This commit is contained in:
Suleiman Dibirov 2024-07-01 21:57:31 +03:00 committed by Nicolas De loof
parent 9549a213ba
commit 11d5ecdc75
2 changed files with 11 additions and 0 deletions

View File

@ -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 |
| `--no-up` | | | Do not build & start services before watching |
| `--prune` | | | Prune dangling images on rebuild |
| `--quiet` | | | hide build output |

View File

@ -17,6 +17,16 @@ options:
experimentalcli: false
kubernetes: 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
value_type: bool
default_value: "false"