mirror of
https://git.clerie.de/clerie/fieldpoc.git
synced 2026-01-04 08:35:37 +00:00
21 lines
352 B
Markdown
21 lines
352 B
Markdown
# 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.
|