| Crates.io | llm-schema-cli |
| lib.rs | llm-schema-cli |
| version | 0.1.0 |
| created_at | 2025-11-23 05:50:22.149897+00 |
| updated_at | 2025-11-23 05:50:22.149897+00 |
| description | Command-line interface for managing schemas, lineage, analytics, and migrations |
| homepage | https://github.com/globalbusinessadvisors/llm-schema-registry |
| repository | https://github.com/globalbusinessadvisors/llm-schema-registry |
| max_upload_size | |
| id | 1946145 |
| size | 187,104 |
Command-line interface for the LLM Schema Registry.
cargo install schema-registry-cli
# Initialize configuration
schema-cli init --url http://localhost:8080
# List schemas
schema-cli schema list
# Check SOC 2 compliance
schema-cli admin soc2-status
# Trace schema dependencies
schema-cli lineage trace <schema-id> --upstream
Apache-2.0