mirror of
https://github.com/docker/compose.git
synced 2026-09-22 21:44:10 +00:00
bridgeCommand and transformersCommand had no RunE, so an unknown subcommand (e.g. "bridge zzz") fell through cobra's default non-Runnable path: help printed, exit 0. Scripts couldn't distinguish a typo from success. Mirrors the same fix already shipped on the compose root command. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
30 lines
857 B
YAML
30 lines
857 B
YAML
command: docker compose bridge transformations
|
|
short: Manage transformation images
|
|
long: Manage transformation images
|
|
usage: docker compose bridge transformations CMD [OPTIONS]
|
|
pname: docker compose bridge
|
|
plink: docker_compose_bridge.yaml
|
|
cname:
|
|
- docker compose bridge transformations create
|
|
- docker compose bridge transformations list
|
|
clink:
|
|
- docker_compose_bridge_transformations_create.yaml
|
|
- docker_compose_bridge_transformations_list.yaml
|
|
inherited_options:
|
|
- option: dry-run
|
|
value_type: bool
|
|
default_value: "false"
|
|
description: Execute command in dry run mode
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
deprecated: false
|
|
hidden: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
|