Usage
Examples
Flags
| Flag | Short | Description |
|---|---|---|
--file | -f | Read content from file |
--title | -t | Title for the content |
--source | -s | Source identifier (default: cli) |
--tags | Tags (comma-separated) | |
--private | Only you can query (default) | |
--team | Team members can query | |
--org | Everyone in org can query | |
--team-id | Team ID (with --team) | |
--visible-to | Share with specific emails | |
--twin | Target twin(s) by name | |
--recursive | -r | Recursively ingest directory |
--skip-extract | Skip LLM metadata extraction | |
--skip-scan | Skip secret scanning |
Directory Ingestion
When you pass a directory path, Bestmate automatically finds all.md, .markdown, and .txt files and ingests them in batches:
Visibility
| Level | Who can query |
|---|---|
--private | Only you (default) |
--team | Your team members |
--org | Everyone in your organization |
--visible-to | Specific users by email |