Skip to content
rhoopr edited this page Apr 13, 2026 · 5 revisions

config

Inspect or generate a TOML config file.

Usage

# 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.toml

Subcommands

show

Prints the merged result of CLI flags, environment variables, config file, and defaults as TOML. Useful for debugging which values are actually in effect.

setup

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.

Flags

Global flags (--username, --config, --data-dir, --domain, --log-level) apply to this command.

Related

Clone this wiki locally