Reference
CLI Overview
Command-line interface for Kremis.
The Kremis CLI provides direct access to the graph engine for initialization, ingestion, querying, and export operations.
Last modified on March 9, 2026
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Command-line interface for Kremis.
| 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 |
| 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 |
ingest, status, or export.Was this page helpful?