Inspect bundle or policy
rego_inspectInspect OPA bundles, policy directories, or Rego files to retrieve 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. |