-
-
Notifications
You must be signed in to change notification settings - Fork 5
Config
rhoopr edited this page May 18, 2026
·
5 revisions
Inspect or generate a TOML config file.
# Dump the resolved config as TOML
kei config show
# Use a specific config file
kei config show --config /path/to/config.toml
# Run the interactive config wizard
kei config setup
# Write wizard output to a specific path
kei config setup -o /config/config.tomlPrints the resolved v0.20 TOML from the config file, supported env/bootstrap values, runtime flags, and defaults. Use it when migrating old flag or env setups.
Runs an interactive wizard and writes a TOML file. By default it writes to --config, or ~/.config/kei/config.toml. Use -o / --output to write somewhere else.
- Configuration - TOML reference
- v0.20 Migration - old spelling to new TOML keys
-
Docker - mounted
/config/config.toml