24 lines
668 B
YAML
24 lines
668 B
YAML
command: docker app merge
|
|
short: Merge a directory format Docker Application definition into a single file
|
|
long: Merge a directory format Docker Application definition into a single file
|
|
usage: docker app merge [APP_NAME] [--output OUTPUT_FILE]
|
|
pname: docker app
|
|
plink: docker_app.yaml
|
|
options:
|
|
- option: output
|
|
shorthand: o
|
|
value_type: string
|
|
description: 'Output file (default: in-place)'
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: false
|
|
kubernetes: false
|
|
swarm: false
|
|
examples: $ docker app merge myapp.dockerapp --output myapp-single.dockerapp
|
|
deprecated: false
|
|
experimental: false
|
|
experimentalcli: true
|
|
kubernetes: false
|
|
swarm: false
|
|
|