CLI Reference
Syntax
Section titled “Syntax”license-monitor [OPTIONS]license-monitor --self-update [OPTIONS]Common options
Section titled “Common options”--mode <command|tail|api|both>--config <path>--debug--test--level <error|warning|info|debug>--console-log-level <...>--file-log-level <...>--otel-log-level <...>
Command-mode options
Section titled “Command-mode options”--execute "<command>"--interval <seconds>--parse-script <path>--no-api
Tail-mode options
Section titled “Tail-mode options”--file <path>--regex <pattern>--batch-size <n>
API options
Section titled “API options”--api-host <address>--api-port <port>
Self-update options
Section titled “Self-update options”--self-update--channel <stable|beta>--check--force--token <github-token>--quiet--no-confirm--notes--rollback
Examples
Section titled “Examples”license-monitor --mode command --execute "lmstat -a" --interval 300license-monitor --mode api --api-host 127.0.0.1 --api-port 8080license-monitor --self-update --check --quiet