panproto-cli-0.1.0 is not a library.
panproto-cli
Command-line interface for panproto.
Provides subcommands for schema validation, migration checking, breaking change detection, and record lifting. Supports all built-in protocols: ATProto, SQL, Protobuf, GraphQL, and JSON Schema.
Installation
Usage
# Validate a schema against a protocol
# Check migration existence conditions
# Diff two schemas
# Lift a record through a migration
Subcommands
| Command | Description |
|---|---|
validate |
Validate a schema file against a protocol |
check |
Check existence conditions for a migration between two schemas |
diff |
Diff two schemas and report structural changes |
lift |
Apply a migration to a record, transforming it to the target schema |
Global Flags
-v, --verbose-- Enable verbose output