Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ make check # Format, lint, and test

### Config

Config stored at `~/.rootly-cli/config.yaml` or via `ROOTLY_API_TOKEN` env var:
Config stored at `~/.rootly-cli/config.yaml` or via `ROOTLY_API_KEY` env var:

```yaml
api_key: "your-api-key"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ make build

## Configuration

Set your API token via environment variable or config file:
Set your API key via environment variable or config file:

```bash
# Environment variable (recommended for CI/scripts)
export ROOTLY_API_TOKEN="your-api-key"
export ROOTLY_API_KEY="your-api-key"

# Or config file at ~/.rootly-cli/config.yaml
```
Expand Down