Skip to main content
Manage local configuration settings for the Charm CLI.

Usage

charm config [command]

Commands

1. Set a Configuration Value

Use charm config set to update a specific configuration value. Keys are formatted as section.key.
charm config set core.api_base {api_base_url}

2. List Configuration

Use charm config list to view all your current local configuration settings.
charm config list

Storage

Configuration is saved locally, typically in ~/.charm/config.toml. Do not commit this file to version control.