feat: add list-meta and list-schema commands with persistent meta index #91
Reference in New Issue
Block a user
Delete Branch "fix/90-list-meta-schema"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Adds
list-metaandlist-schemaCLI commands backed by a new meta index in the Store interface, with persistent storage in the FS store.Why
Previously there was no way to enumerate meta-schemas or all schemas (across multiple meta-schema versions).
list --type @schemaonly resolved to the newest meta-schema, missing schemas typed by older meta-versions.Changes
Ref
Fixes #90