mirror of
https://github.com/docker/compose.git
synced 2026-08-04 06:38:45 +00:00
add alpha command to test dry-run
Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
This commit is contained in:
parent
5081ab0507
commit
eb59b0e265
6 changed files with 59 additions and 7 deletions
|
|
@ -5,9 +5,10 @@ Experimental commands
|
|||
|
||||
### Subcommands
|
||||
|
||||
| Name | Description |
|
||||
|:----------------------------------|:-----------------------------------------------------------------------------------------------------|
|
||||
| [`watch`](compose_alpha_watch.md) | EXPERIMENTAL - Watch build context for service and rebuild/refresh containers when files are updated |
|
||||
| Name | Description |
|
||||
|:--------------------------------------|:-----------------------------------------------------------------------------------------------------|
|
||||
| [`dry-run`](compose_alpha_dry-run.md) | EXPERIMENTAL - Dry run command allow you to test a command without applying changes |
|
||||
| [`watch`](compose_alpha_watch.md) | EXPERIMENTAL - Watch build context for service and rebuild/refresh containers when files are updated |
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
8
docs/reference/compose_alpha_dry-run.md
Normal file
8
docs/reference/compose_alpha_dry-run.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# docker compose alpha dry-run
|
||||
|
||||
<!---MARKER_GEN_START-->
|
||||
EXPERIMENTAL - Dry run command allow you to test a command without applying changes
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
|
||||
|
|
@ -4,8 +4,10 @@ long: Experimental commands
|
|||
pname: docker compose
|
||||
plink: docker_compose.yaml
|
||||
cname:
|
||||
- docker compose alpha dry-run
|
||||
- docker compose alpha watch
|
||||
clink:
|
||||
- docker_compose_alpha_dry-run.yaml
|
||||
- docker_compose_alpha_watch.yaml
|
||||
deprecated: false
|
||||
experimental: false
|
||||
|
|
|
|||
14
docs/reference/docker_compose_alpha_dry-run.yaml
Normal file
14
docs/reference/docker_compose_alpha_dry-run.yaml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
command: docker compose alpha dry-run
|
||||
short: |
|
||||
EXPERIMENTAL - Dry run command allow you to test a command without applying changes
|
||||
long: |
|
||||
EXPERIMENTAL - Dry run command allow you to test a command without applying changes
|
||||
usage: docker compose alpha dry-run -- [COMMAND...]
|
||||
pname: docker compose alpha
|
||||
plink: docker_compose_alpha.yaml
|
||||
deprecated: false
|
||||
experimental: false
|
||||
experimentalcli: true
|
||||
kubernetes: false
|
||||
swarm: false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue