The Kremis CLI provides direct access to the graph engine for initialization, ingestion, querying, and export operations.Documentation Index
Fetch the complete documentation index at: https://kremis.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Global Options
| Option | Short | Description | Default |
|---|---|---|---|
--verbose | -v | Enable verbose output | Off |
--quiet | -q | Suppress banner output | Off |
--database <path> | -D | Path to the graph database | kremis.db |
--backend <type> | -B | Storage backend: file or redb | redb |
--json-mode | Output in JSON format | Off |
Commands
Environment Variables
| Variable | Description | Default |
|---|---|---|
KREMIS_API_KEY | Enables Bearer token authentication | (disabled) |
KREMIS_RATE_LIMIT | Requests per second rate limit | 100 |
KREMIS_CORS_ORIGINS | Comma-separated allowed origins, or * | localhost only |