Преглед на файлове

Add command line options to the documentation

Signed-off-by: Andrea Grandi <[email protected]>
Andrea Grandi преди 11 години
родител
ревизия
7f0745d146
променени са 1 файла, в които са добавени 18 реда и са изтрити 0 реда
  1. 18 0
      docs/cli.md

+ 18 - 0
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.
 
+## 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
 
 ### build