Commit 35d9b0d
authored
fix(setup): use correct auth command in install welcome message (#241)
## 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 #2391 parent d010122 commit 35d9b0d
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
174 | | - | |
| 174 | + | |
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments