autonomy bundle inspect¶
Display manifest metadata for a bundle
Synopsis¶
Reads and displays the manifest.json embedded in a bundle artifact.
By default
The manifest includes schema version, name, channel, minimum ADK version, content digest, and the optional activation block (runtime_context, policy_ref, entrypoint). Pass –show-policy to highlight the policy_ref field.
Usage¶
autonomy bundle inspect <ref-or-path> [flags]
Examples¶
# Inspect a bundle in an OCI registry
autonomy bundle inspect registry/robot-behavior:v1
# Inspect a local tarball (no network required)
autonomy bundle inspect ./robot.tar --local
# Highlight the policy_ref field
autonomy bundle inspect registry/robot-behavior:v1 --show-policy
# Inspect from a local insecure registry
autonomy bundle inspect localhost:5000/agent:v1 --allow-insecure-registry
Options¶
--allow-insecure-registry allow plain HTTP registry (auto-detected for localhost)
--local treat the argument as a local tarball path instead of an OCI reference
--show-policy highlight the policy_ref field from the activation block
See also¶
autonomy bundle— Manage AutonomyOps bundles (pull, push, inspect, verify)