0
0
Fork 0
mirror of https://github.com/crazy-max/diun.git synced 2025-01-27 01:08:50 +00:00
crazy-max_diun/doc/usage.md
CrazyMax 9c797f1616
Review of platform detection (#56)
* Leave default image platform empty for static provider (see FAQ doc)
* Handle platform variant
* Add database migration process
* Switch to Open Container Specification labels as label-schema.org ones are deprecated
* Remove unneeded `diun.os` and `diun.arch` docker labels

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
2020-03-31 23:27:10 +02:00

505 B

Usage

Command line

diun --config=CONFIG [<flags>]

  • --help : Show help text and exit.
  • --version : Show version and exit.
  • --config <path> : Diun YAML configuration file. Required. (example: diun.yml).
  • --timezone <timezone> : Timezone assigned to Diun. (default: UTC).
  • --log-level <level> : Log level output. (default: info).
  • --log-json : Enable JSON logging output. (default: false).
  • --log-caller : Enable to add file:line of the caller. (default: false).