Skip to content
rhoopr edited this page May 18, 2026 · 5 revisions

config

Inspect or generate a TOML config file.

Usage

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

Subcommands

show

Prints 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.

setup

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.

Related

Commands

Getting Started

Features

Clone this wiki locally