Skip to content

fix: correct env var name in docs from ROOTLY_API_TOKEN to ROOTLY_API_KEY#10

Merged
kwent merged 1 commit intomasterfrom
fix/docs-api-key-env-var
Mar 5, 2026
Merged

fix: correct env var name in docs from ROOTLY_API_TOKEN to ROOTLY_API_KEY#10
kwent merged 1 commit intomasterfrom
fix/docs-api-key-env-var

Conversation

@sylvainkalache
Copy link
Contributor

Summary

  • Docs (README.md, CLAUDE.md) referenced ROOTLY_API_TOKEN but the CLI code expects ROOTLY_API_KEY
  • Updated all doc references to use ROOTLY_API_KEY to match the actual implementation in root.go, config.go, and error messages

Test plan

  • Verify export ROOTLY_API_KEY="..." works as documented
  • Grep codebase confirms no remaining ROOTLY_API_TOKEN references

…_KEY

The CLI code uses ROOTLY_API_KEY everywhere (root.go, config.go, error
messages) but README.md and CLAUDE.md referenced ROOTLY_API_TOKEN,
causing confusion when users follow the docs.
@sylvainkalache sylvainkalache requested a review from kwent March 5, 2026 15:33
@kwent kwent merged commit f18733a into master Mar 5, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants