autonomy policy inspect¶
Inspect a policy bundle (.tar.gz) or directory
Synopsis¶
Inspect a policy bundle and print its manifest fields and rego file list.
Canonical path (–bundle): Reads manifest.json from a .tar.gz archive (the canonical MVP format produced by “autonomy policy build”).
Legacy path (–dir): Reads manifest.json (preferred) or manifest.toml (legacy fallback) from a directory. Use –bundle for canonical inspection.
Usage¶
autonomy policy inspect [flags]
Options¶
--bundle string path to .tar.gz bundle archive (canonical format, preferred)
--dir string [DEPRECATED] directory containing manifest.json or manifest.toml; prefer --bundle for .tar.gz
See also¶
autonomy policy— Manage policy bundles