fieldpoc/docs/reference/command-line-options.md

22 lines
352 B
Markdown
Raw Normal View History

2023-10-14 19:24:05 +02:00
# 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.