Schemas
This page describes the commands to manage schemas in Lenses via the CLI.
View all schemas
lenses-cli schemas --unwrap [--output json/table/yaml [--query] [--no-pretty]]View a schema
lenses-cli schema --name="sea_vessel_position_reports-value"View schema versions
lenses-cli schema versions --name="sea_vessel_position_reports-value"
# view by version
lenses-cli schema --name="sea_vessel_position_reports-value" --version="latest"View schema compatibility levels
Delete schemas
Delete schemas by version
Change the compatibility of a Schema
Register a schema
Last updated
Was this helpful?

