devto config

Set configuration values.

Read and write devto configuration values. Configuration is stored at ~/.devto/config.json globally, with per-project overrides in .devto.json.

Usage

bash
devto config set <key> <value>

Available keys

FlagDescription
api-keyYour devto API key (set automatically by devto login)
anthropic-keyYour Anthropic API key for AI planning
verboseEnable verbose logging ("true" or "false")

Examples

bash
# Set your Anthropic API key
devto config set anthropic-key sk-ant-api03-xxxxxxxxxxxx
# Enable verbose mode
devto config set verbose true
# Manually set API key (usually done via devto login)
devto config set api-key devto_xxxxxxxxxxxx