mooncake fleet facts¶
Read facts from a peer, or compare a key across the fleet
Description¶
Without --query: fetch one peer's facts and either pretty-print the full map (1 arg) or extract a single dot-path key (2 args). With --query: fan out across every peer and render a side-by-side table — the fast way to spot divergence.
Flags¶
| Flag | Type | Default | Description |
|---|---|---|---|
--query |
string | - | Dot-path key (e.g. go_version, os.distribution) to compare across all peers |
--peer |
[]string | - | Select peers (only with --query): repeat to UNION. Each value is a name, key=value filter, or @k=v,k2=v2 AND-group. Default: every peer in peers.toml. |
--peers-file |
string | - | Override the peers.toml path |