skills/cli-health/SKILL.md
Check server health, component status, and live metrics from the CLI. Run health, health components, and health watch for a real-time dashboard of circuit breakers and provider status.
npm install -g omniroute # or: npx omniroute
omniroute --version
doctorFlags:
--no-liveness--host <host>--liveness-url <url>Example:
omniroute doctor
healthFlags:
-v, --verbose--json--alerts-onlyExample:
omniroute health
health componentsList health components and their status
Flags:
--alerts-onlyExample:
omniroute health components
health watchLive dashboard — refresh every N seconds
Flags:
--interval <s>Example:
omniroute health watch
statusShow OmniRoute status dashboard
Flags:
-v, --verboseExample:
omniroute status