Generated fromkash docs --json. Each command’s behaviour is documented in-binary viakash 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 ORcustomChain.<leaf>/customChain.smartAccount.<leaf>dot-pathvalue— 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
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)