autonomy explain preflight

Explain a stored PreflightDecision (alias of ‘preflight show’)

Synopsis

Retrieves a PreflightDecision and renders it in operator-readable
form. Same data as `preflight show <id>`; the alias mirrors the
"explain X" mental model operators reach for when triaging a failed
decision.

Usage

autonomy explain preflight <preflight_id> [flags]

Options

      --output string        output format: "text" (default) or "json" (default "text")
      --runtime-url string   runtime URL (default: $AUTONOMY_RUNTIME_URL or http://127.0.0.1:7777)

Options inherited from parent commands

      --require-signed-manifest   Refuse to start if the SHA256SUMS release manifest or its cosign signature is missing/invalid (Tier 2 binary-integrity check; default: build-time compile-in via -ldflags -X, build-hardened artifacts=true, all others=false)

See also