gum config
Generated from
gum schema --json. Do not edit this page by hand; runmake docs-commands.
Read or write values in the active profile's config.toml. The active profile is selected via --profile (default: 'default').
Usage
gum configParent
Subcommands
- gum config get - Print the value of a config key from the active profile
- gum config list - List all config keys in the active profile
- gum config set - Persist a config key=value pair to the active profile
- gum config unset - Remove a config key from the active profile
Flags
| Flag | Type | Default | Help |
|---|---|---|---|
--log-format |
string |
json | Log format: json|text |
--log-level |
string |
info | Log level: debug|info|warn|error (overrides GUM_LOG_LEVEL) |
--profile |
string |
default | Profile name to read/write config under |
