Skip to main content

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.

kremis init [--force]
Creates a new empty Kremis database at the configured path.

Options

OptionShortDescription
--force-fForce initialization even if database exists

Examples

# 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
Last modified on February 19, 2026