---
name: CLI Health
slug: cli-health
category: DevOps
description: CLI Health checks server health, component status, and live metrics from the command line. Use it to monitor circuit breakers and provider status in real time.
github: "https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-health"
language: TypeScript
stars: 46791
forks: 6310
install: "npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-health ~/.claude/skills/cli-health"
installs_to: ~/.claude/skills/cli-health
source_path: skills/cli-health/SKILL.md
collection_size: 25
category_size: 798
collection_url: "https://dirskills.com/collections/diegosouzapw/OmniRoute"
added: 2026-08-13T07:36:50.354Z
last_synced: 2026-08-13T07:36:50.354Z
canonical_url: "https://dirskills.com/skills/cli-health"
---

# CLI Health

CLI Health checks server health, component status, and live metrics from the command line. Use it to monitor circuit breakers and provider status in real time.

**Install:**

```bash
npx degit https://github.com/diegosouzapw/OmniRoute/tree/release/v3.8.50/skills/cli-health ~/.claude/skills/cli-health
```

## README

<!-- generated by src/lib/agentSkills/generator.ts; manual edits will be overwritten -->

## Overview

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.

## Quick install

```bash
npm install -g omniroute   # or: npx omniroute
omniroute --version
```

## Subcommands

### `doctor`

**Flags:**

- `--no-liveness`
- `--host <host>`
- `--liveness-url <url>`

**Example:**

```bash
omniroute doctor
```

### `health`

**Flags:**

- `-v, --verbose`
- `--json`
- `--alerts-only`

**Example:**

```bash
omniroute health
```

### `health components`

List health components and their status

**Flags:**

- `--alerts-only`

**Example:**

```bash
omniroute health components
```

### `health watch`

Live dashboard — refresh every N seconds

**Flags:**

- `--interval <s>`

**Example:**

```bash
omniroute health watch
```

### `status`

Show OmniRoute status dashboard

**Flags:**

- `-v, --verbose`

**Example:**

```bash
omniroute status
```
