fix: correct Linear API key settings URL - #134
Merged
Merged
Conversation
The settings page for API keys moved from /settings/api to /settings/account/security. Update the error message shown when LINEAR_API_KEY is unset, its test assertion, and the project readme. Fixes CRY-52.
The corrected Linear API key URL is longer than the old one, pushing the IO.puts call past the formatter's line-length limit. Run mix format to reformat the call across multiple lines.
Member
Author
Rework — formatter fix (Run 2)Addressed the formatting issue raised in code review. What changed:
Verification:
|
This was referenced Aug 16, 2026
bougyman
pushed a commit
that referenced
this pull request
Aug 16, 2026
🤖 I have created a release *beep* *boop* --- ## [1.13.2](v1.13.1...v1.13.2) (2026-08-16) ### Bug Fixes * correct Linear API key settings URL ([#134](#134)) ([382e5cf](382e5cf)) * removes tap ([#137](#137)) ([9957242](9957242)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
LINEAR_API_KEY is not seterror message:https://linear.app/settings/api→https://linear.app/settings/account/securitymissing_api_key_test.exsReadme.adocsetup instructions with the correct URLLinear moved API key management from
/settings/apito Settings > Account > Security & Access (/settings/account/security). The old URL was sending users to a non-existent page.Closes CRY-52.
Test plan
mix test test/linear_cli/cli/missing_api_key_test.exspasses (verified locally)LinearCli.GitTestfailures unrelated to this change)🤖 Generated with Claude Code