Inspect bundle or policy
rego_inspectInspect OPA bundles, directories, or Rego files to extract manifest data, namespaces, rule annotations, and signature metadata.
Instructions
Inspect an OPA bundle, policy directory, or single Rego file with opa inspect. Returns manifest data, namespaces, rule annotations, and (if signed) signature metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | Path to a bundle archive (`*.tar.gz`), directory, or single Rego file. |