autonomy preflight show

Retrieve a stored PreflightDecision by id

Synopsis

Retrieves a PreflightDecision from the runtime's
GET /v1/preflight/{preflight_id} endpoint and prints it.

Output and exit codes match `preflight verify`.

Usage

autonomy preflight show <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