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)
See also¶
autonomy rollout plan— Create, list, describe, and cancel rollout plans