mirror of
https://github.com/moby/moby.git
synced 2026-08-05 07:30:57 +00:00
Rename --bundle to --file
This renames the '--bundle' flag for docker (stack) deploy
to be consistent with 'docker build'.
Note that there's no shorthand '-f' added for now,
because this may be confusing on 'docker stack config',
which also takes a file, and for which we may want to
have a '--format' flag in future.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 06f35262c4)
Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
committed by
Tibor Vass
parent
fd7cabed36
commit
33ff331ad7
@@ -17,7 +17,7 @@ Usage: docker deploy [OPTIONS] STACK
|
||||
Create and update a stack from a Distributed Application Bundle (DAB)
|
||||
|
||||
Options:
|
||||
--bundle string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--help Print usage
|
||||
```
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ Usage: docker stack config [OPTIONS] STACK
|
||||
Print the stack configuration
|
||||
|
||||
Options:
|
||||
--bundle string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--help Print usage
|
||||
```
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Aliases:
|
||||
deploy, up
|
||||
|
||||
Options:
|
||||
--bundle string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--file string Path to a Distributed Application Bundle file (Default: STACK.dab)
|
||||
--help Print usage
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user