Skip to main content
Inspect and edit ~/.kash/config.json (multi-profile).
Generated from kash docs --json. Each command’s behaviour is documented in-binary via kash config <subcommand> --help — this page is the structured reference.

Usage

Subcommands

kash config show

Print the resolved CLI configuration.

kash config set

Set a single config field. Arguments
  • key — top-level key OR customChain.<leaf> / customChain.smartAccount.<leaf> dot-path
  • value — value to set

kash config profiles

List configured profiles in the config file.

kash config use

Switch the active profile (writes currentProfile to the config file). Arguments
  • profile — profile name
Options

kash config remove

Delete a named profile from the config file. Arguments
  • profile — profile name to remove

kash config reset

Delete ~/.kash/config.json. Options

kash config export

Dump the entire multi-profile config (API keys redacted by default). Options

kash config import

Merge a kash config export bundle into the local config (mode 0600). Arguments
  • file (optional) — path to a JSON bundle (omit to read from stdin)
Options