autonomy deploy

Deploy a policy to the fleet via the control plane

Synopsis

Submit a fleet deployment to the control plane.

The policy-ref argument identifies the OCI artifact or release ID to
deploy.  The control plane creates a rollout plan and begins evaluation
against the fleet selector.

Exit codes:
  0  success
  2  control plane URL not configured
  3  control plane unreachable
  4  control plane returned an error

Usage

autonomy deploy <policy-ref> [flags]

Options

      --fleet string              fleet selector (default: all devices) (default "all")
      --orchestrator-url string   orchestrator base URL (env: AUTONOMY_ORCHESTRATOR_URL)
      --output string             output format: "text" or "json" (default "text")