CLI Reference
Engram provides a comprehensive command-line interface for managing your semantic knowledge base.
Command Structure
engram <command> [subcommand] [options]
Available Commands
Data Management
| Command | Description |
|---|---|
ingest | Import data from various sources |
search | Search your knowledge base |
view | View data (tags, categories, clusters) |
Enrichment
| Command | Description |
|---|---|
enrich | Add AI-powered metadata |
Organization
| Command | Description |
|---|---|
reorg | Cluster, deduplicate, and organize |
archive | Archive and restore documents |
Information
| Command | Description |
|---|---|
stats | View knowledge base statistics |
cost | View API usage costs |
Global Options
| Option | Description |
|---|---|
--help | Show help for any command |
--version | Show Engram version |
Getting Help
# General help
engram --help
# Command-specific help
engram ingest --help
engram search --help
Environment Variables
See Configuration for required environment variables.