Skip to main content
Start, stop, restart. Status, logs, and the live TUI dashboard.

Shortest commands

Every lifecycle command takes the same selector grammar so muscle memory transfers.

Selectors

Selectors are mutually exclusive — clap rejects more than one at parse time.

Start / stop / restart

start maps to systemctl enable --now <unit>, stop to systemctl stop, restart to a stop+start cycle.

Restart strategy

Status

Options

Logs

Options

Dashboard

Live TUI (built on ratatui). Press q to quit.

Options

Metrics

Prometheus scrape endpoint with per-node nonce, lag, and active state. Add it to your scrape config:
The metrics server runs in the foreground until Ctrl+C. Wrap it in your own systemd unit for production use.

What gets recorded