Skip to content

fix(setup): use correct auth command in install welcome message#241

Merged
BYK merged 1 commit intomainfrom
fix/install-auth-command
Feb 13, 2026
Merged

fix(setup): use correct auth command in install welcome message#241
BYK merged 1 commit intomainfrom
fix/install-auth-command

Conversation

@betegon
Copy link
Member

@betegon betegon commented Feb 13, 2026

Summary

The post-install welcome message showed sentry login but the actual command is sentry auth login. Users following the printed instructions would get an error.

Changes

Fixed the command in printWelcomeMessage and updated the corresponding test assertion.

Test Plan

bun test test/commands/cli/setup.test.ts — all 18 tests pass.


Closes #239

The post-install message showed "sentry login" but the actual command
is "sentry auth login".

Closes #239
@github-actions
Copy link
Contributor

Semver Impact of This PR

🟢 Patch (bug fixes)

📋 Changelog Preview

This is how your changes will appear in the changelog.
Entries from this PR are highlighted with a left border (blockquote style).


New Features ✨

  • (formatters) Add Seer fixability score to issue list and detail views by betegon in #234

Bug Fixes 🐛

Telemetry

  • Use SDK session integration instead of manual management by BYK in #232
  • Correct runtime context for Bun binary by BYK in #231

Other

  • (setup) Use correct auth command in install welcome message by betegon in #241

🤖 This preview updates automatically when you update the PR.

@betegon betegon marked this pull request as ready for review February 13, 2026 13:14
@betegon betegon enabled auto-merge (squash) February 13, 2026 13:14
@BYK BYK disabled auto-merge February 13, 2026 15:01
@BYK BYK merged commit 35d9b0d into main Feb 13, 2026
16 of 18 checks passed
@BYK BYK deleted the fix/install-auth-command branch February 13, 2026 15:01
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.

Invalid auth command in install script

2 participants

Comments