Document command line options
This commit is contained in:
parent
b59c8bfd05
commit
42686f1f41
21
docs/reference/command-line-options.md
Normal file
21
docs/reference/command-line-options.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# Command line options
|
||||||
|
|
||||||
|
## Config file path
|
||||||
|
|
||||||
|
`-c`, `--config <path>`
|
||||||
|
|
||||||
|
Specifies the path to [FieldPOC configuration file](configuration.md).
|
||||||
|
Of ommitted it looks for a file called `fieldpoc_config.json` in the current working directory.
|
||||||
|
|
||||||
|
## Init
|
||||||
|
|
||||||
|
`--init`
|
||||||
|
|
||||||
|
Set up database. Run only once.
|
||||||
|
|
||||||
|
## Debug
|
||||||
|
|
||||||
|
`--debug`
|
||||||
|
|
||||||
|
Sets log level to debug.
|
||||||
|
Logs to stdout.
|
@ -14,4 +14,5 @@ nav:
|
|||||||
- install/rfp.md
|
- install/rfp.md
|
||||||
- install/omm.md
|
- install/omm.md
|
||||||
- Reference:
|
- Reference:
|
||||||
|
- reference/command-line-options.md
|
||||||
- reference/configuration.md
|
- reference/configuration.md
|
||||||
|
Loading…
Reference in New Issue
Block a user