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
| Flag | Description |
|---|---|
| api-key | Your devto API key (set automatically by devto login) |
| anthropic-key | Your Anthropic API key for AI planning |
| verbose | Enable verbose logging ("true" or "false") |
Examples
bash
# Set your Anthropic API keydevto config set anthropic-key sk-ant-api03-xxxxxxxxxxxx# Enable verbose modedevto config set verbose true# Manually set API key (usually done via devto login)devto config set api-key devto_xxxxxxxxxxxx