mirror of
https://github.com/docker/compose.git
synced 2025-05-31 11:50:13 +02:00
Add command line options to the documentation
Signed-off-by: Andrea Grandi <a.grandi@gmail.com>
This commit is contained in:
parent
9813a8d5be
commit
7f0745d146
18
docs/cli.md
18
docs/cli.md
@ -10,6 +10,24 @@ Most commands are run against one or more services. If the service is omitted, i
|
|||||||
|
|
||||||
Run `fig [COMMAND] --help` for full usage.
|
Run `fig [COMMAND] --help` for full usage.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
### --verbose
|
||||||
|
|
||||||
|
Show more output
|
||||||
|
|
||||||
|
### --version
|
||||||
|
|
||||||
|
Print version and exit
|
||||||
|
|
||||||
|
### -f, --file FILE
|
||||||
|
|
||||||
|
Specify an alternate fig file (default: fig.yml)
|
||||||
|
|
||||||
|
### -p, --project-name NAME
|
||||||
|
|
||||||
|
Specify an alternate project name (default: directory name)
|
||||||
|
|
||||||
## Commands
|
## Commands
|
||||||
|
|
||||||
### build
|
### build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user