mooncake fleet watch¶
Stream live events from every peer; tail -f for the fleet
Description¶
Subscribes to every selected peer's in-flight runs and surfaces events as they happen. New runs that start later appear without re-running the command. ^C exits cleanly; remote runs continue.
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--peer |
[]string | - | Select peers: repeat to UNION. Each value is a name, key=value filter (tag=production), or @k=v,k2=v2 AND-group. Default: every peer in peers.toml. |
--peers-file |
string | - | Override the peers.toml path |
--poll-interval |
duration | 2s |
How often a peer is polled for new in-flight runs (jittered ±25%) |
--no-color |
bool | false | Disable ANSI colors in the [peer] prefix |
--json |
bool | false | Emit one JSONL record per event instead of multiplexed lines |