autonomy rollout plan create¶
Create and publish a new rollout plan from a spec file
Synopsis¶
Reads a rollout plan specification from a JSON file and submits it to
the control-plane. The plan is published immediately and becomes
available for fleet evaluation.
The spec file must contain JSON with fields: metadata, spec, and
optionally plan_fingerprint and plan_signature.
Usage¶
autonomy rollout plan create [flags]
Options¶
--file string path to the rollout plan spec file (JSON)
--orchestrator-url string orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
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¶
autonomy rollout plan— Create, list, describe, and cancel rollout plans