mooncake fleet doctor¶
Run an opinionated probe ladder against one peer
Description¶
Walks Resolve → TCP → HTTP (anonymous) → Auth → Facts, stopping at the first failing rung and printing a curated hint. Designed for the moment fleet status reports unreachable and you want to know why.
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--peers-file |
string | - | Override the peers.toml path |
--timeout |
duration | 3s |
Per-rung deadline (DNS, TCP, each HTTP call) |
--no-color |
bool | false | Disable ANSI colors (also honors NO_COLOR) |
--json |
bool | false | Emit one JSON object summarising all rungs; skip the table |