-
-
Notifications
You must be signed in to change notification settings - Fork 5
Config
rhoopr edited this page Apr 13, 2026
·
5 revisions
Inspect or generate a TOML config file.
# Dump the fully resolved config as TOML
kei config show -u my@email.address
# Run the interactive config wizard
kei config setup
# Write wizard output to a specific path
kei config setup -o /config/config.tomlPrints the merged result of CLI flags, environment variables, config file, and defaults as TOML. Useful for debugging which values are actually in effect.
Runs an interactive wizard that walks through config options and writes a TOML file. By default it writes to the path specified by --config (or ~/.config/kei/config.toml). Use -o / --output to write somewhere else.
Replaces the deprecated setup top-level command.
Global flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.
- Configuration - full TOML config reference