catalog show

Show full metadata for a catalog entry.

Prints name, aliases, kind, backends, schemas, parameters, builders, cache key, and more. --json and --raw are mutually exclusive.

Usage

xorq catalog show NAME [OPTIONS]

Arguments

  • NAME—Entry name or alias.

Options

Option Default Description
--json off Output as JSON.
--raw off Print the metadata sidecar file as-is (YAML).

Examples

# Human-readable metadata
xorq catalog show penguins-prod
# Structured sidecar metadata as JSON
xorq catalog show penguins-prod --json

See also