Skip to content
rhoopr edited this page Jun 1, 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 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.

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.

Related

Commands

Getting Started

Features

Clone this wiki locally