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

Usage

Commands

1. Set a Configuration Value

Use charm config set to update a specific configuration value. Keys are formatted as section.key.

2. List Configuration

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

Storage

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