What problem does it solve?
Binder CLI eliminates the friction of manually browsing, updating, and validating structured knowledge stored in a local, Markdown-native graph by providing a consistent command interface.
Core Features & Use Cases
- Record CRUD & Relation Editing: Read, create, update, and delete records by uid/key/id, including setting or modifying relations between typed entities.
- Schema Inspection & Validation: Inspect available types/fields with
schema to prevent mismatched fields and missing required attributes.
- Search & Export: Run filtered searches (field/value and full-text) and export results in formats like json, yaml, csv, and tsv, including optional traversal of related fields.
- Transactional Bulk Changes & Safety: Import transaction YAML with dry-run, apply with approval workflow, maintain history, and undo recent changes.
- Docs Rendering for Navigation: Render, sync, and lint documentation derived from the knowledge graph.
Quick Start
Run binder search type=Task status=active to find all active task records in your binder workspace.