-
-
Notifications
You must be signed in to change notification settings - Fork 5
Config
rhoopr edited this page Jun 1, 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 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.
The wizard can save your password through the same credential backend as kei password set. It does not write plaintext passwords to TOML.
For accounts with shared libraries, setup defaults to all visible libraries and adds {library} to unfiled templates when that keeps primary and shared files separate.
- Configuration - TOML reference
- v0.20 Migration - old spelling to new TOML keys
-
Docker - mounted
/config/config.toml