Skip to main content

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.

Manage local configuration settings for the Charm CLI.

Usage

charm config [command]

Commands

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 https://store.charmos.io/api

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.