Reference
init
Initialize a new empty database.
Last modified on February 18, 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.
Initialize a new empty database.
kremis init [--force]
| Option | Short | Description |
|---|---|---|
--force | -f | Force initialization even if database exists |
# Initialize default database
kremis init
# Force re-initialize (resets all data)
kremis init --force
# Initialize at custom path
kremis -D /path/to/my.db init
Was this page helpful?