autonomy fleet rollout state

Show a single node’s persisted rollout state

Synopsis

Queries the orchestrator's /v1/rollout/node/{node_id} endpoint and
displays the node's current persisted rollout state. The runtime
attestation gate (#725 PR6) reads this same record per-decision and
denies actions on nodes in the rollback_pending / rollback_complete /
failed states.

Exits 0 with the body printed when a row exists. Exits non-zero (with
an actionable error message) when the orchestrator returns 404 — i.e.
no rollout-state has been persisted for the node yet, which under
AUTONOMY_ATTESTATION_MODE=enforce is itself a deny signal.

Usage

autonomy fleet rollout state [flags]

Options

      --node string               Node ID to query (required; the same node_id used at enrollment time)
      --orchestrator-url string   orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
      --output string             output format: "text" (human-readable) or "json" (machine-readable) (default "text")

See also