Skip to main content

CLI reference

Commands

# Initialize vault
node packages/cli/dist/index.js init

# Store a memory
node packages/cli/dist/index.js add "content here" --type preference

# Search memories
node packages/cli/dist/index.js search "query here"

# List all memories
node packages/cli/dist/index.js list
See the GitHub repo for the full flag reference.