Skip to content

CLI Reference

Terminal window
license-monitor [OPTIONS]
license-monitor --self-update [OPTIONS]
  • --mode <command|tail|api|both>
  • --config <path>
  • --debug
  • --test
  • --level <error|warning|info|debug>
  • --console-log-level <...>
  • --file-log-level <...>
  • --otel-log-level <...>
  • --execute "<command>"
  • --interval <seconds>
  • --parse-script <path>
  • --no-api
  • --file <path>
  • --regex <pattern>
  • --batch-size <n>
  • --api-host <address>
  • --api-port <port>
  • --self-update
  • --channel <stable|beta>
  • --check
  • --force
  • --token <github-token>
  • --quiet
  • --no-confirm
  • --notes
  • --rollback
Terminal window
license-monitor --mode command --execute "lmstat -a" --interval 300
license-monitor --mode api --api-host 127.0.0.1 --api-port 8080
license-monitor --self-update --check --quiet