autonomy policy load¶
Load a policy bundle .tar.gz into the local cache with runtime compatibility check
Synopsis¶
Parses the bundle manifest, verifies runtime compatibility, and installs the bundle as the current active policy.
If a current bundle exists, it is promoted to the LKG (last-known-good) slot before the new bundle is installed.
If the bundle’s required_runtime_version is incompatible with the current runtime (0.1.0), the load is rejected, the current bundle is preserved, and a telemetry event is emitted.
Usage¶
autonomy policy load [flags]
Options¶
--bundle string path to bundle .tar.gz (required)
--manager-dir string managed cache root (default: XDG_CACHE_HOME/autonomyops/policy/managed)
--wal-dir string telemetry WAL directory (default: XDG_CACHE_HOME/autonomyops/telemetry)
See also¶
autonomy policy— Manage policy bundles