mirror of
https://github.com/crazy-max/diun.git
synced 2025-01-27 01:08:50 +00:00
9c797f1616
* 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>
505 B
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
).