catalog schema
Show the schemas for a catalog entry.
Bound entries print a single output schema; unbound (partial) entries print both an input and an output schema.
Usage
xorq catalog schema NAME [OPTIONS]Arguments
NAME—Entry name or alias.
Options
| Option | Default | Description |
|---|---|---|
--json |
off | Output as JSON. |
Examples
# Formatted schema view
xorq catalog schema penguins-prod
# Machine-readable metadata
xorq catalog schema penguins-prod --jsonSee also
catalog show—full metadata for an entrycatalog list—list available entries