> ## Documentation Index
> Fetch the complete documentation index at: https://docs.charmos.io/llms.txt
> Use this file to discover all available pages before exploring further.

# charm config

Manage local configuration settings for the Charm CLI.

## Usage

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
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`.

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
charm config set core.api_base {api_base_url}
```

### 2. List Configuration

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

```bash theme={"theme":{"light":"min-light","dark":"min-dark"}}
charm config list
```

## Storage

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