Cloud

rpk registry schema

Manage your schema registry schemas.

Usage

rpk registry schema [flags]

Subcommands

Command Description

rpk registry schema check-compatibility

Check schema compatibility with existing schemas in the subject.

rpk registry schema create

Create a schema for the given subject. This uploads a schema to the registry, creating the schema if it does not exist.

rpk registry schema delete

Delete a specific schema for the given subject. By default, schemas are soft deleted and can still be retrieved with the --deleted flag on other commands.

rpk registry schema get

Get a schema by version, ID, or by an existing schema. This returns a lookup of an existing schema or schemas in one of a few potential (mutually exclusive) ways: * By version, returning a schema for a required subject and version * By ID, returning all subjects using the schema, or filtering for one subject * By schema, checking if the schema has been created in the subject To print the schema, use the --print-schema flag.

rpk registry schema list

List the schemas for the requested subjects, or list all schemas.

rpk registry schema references

Retrieve a list of schemas that reference the subject.

Flags

Value Type Description

--format

string

Output format (json,yaml,text,wide,help).

Global flags

Value Type Description

--config

string

Redpanda or rpk config file; default search paths are ~/.config/rpk/rpk.yaml, $PWD/redpanda.yaml, and /etc/redpanda/redpanda.yaml.

-X, --config-opt

stringArray

Override rpk configuration settings; -X help for detail or -X list for terser detail.

--ignore-profile

bool

Ignore rpk.yaml and redpanda.yaml; use default settings.

--profile

string

rpk profile to use.

-v, --verbose

bool

Enable verbose logging.