ccloud schema-registry subject describe

Description

Describe subject versions and compatibility.

ccloud schema-registry subject describe <subject-name> [flags]

Flags

-o, --output string   Specify the output format as "human", "json", or "yaml". (default "human")
-D, --deleted         View the deleted schema.

Global Flags

-h, --help            Show help for this command.
-v, --verbose count   Increase verbosity (-v for warn, -vv for info, -vvv for debug, -vvvv for trace).

Examples

Retrieve all versions registered under a given subject and its compatibility level.

ccloud schema-registry subject describe <subject-name>

See Also