You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: move feedback and upgrade under sentry cli command (#154)
## Summary
Group CLI meta-commands under a new `cli` subcommand to avoid collision
with the existing Sentry Feedback feature (user feedback on issues).
## Changes
**Commands:**
- `sentry feedback` → `sentry cli feedback`
- `sentry upgrade` → `sentry cli upgrade`
- Removed `sentry update` alias
**Files:**
- Created `src/commands/cli/` with `index.ts`, `feedback.ts`,
`upgrade.ts`
- Updated `src/app.ts` to use `cliRoute`
- Updated version check notification message
- Updated all documentation (`commands/cli/`, SKILL.md files)
## Breaking Changes
Users will need to use `sentry cli feedback` and `sentry cli upgrade`
instead of the old top-level commands.
0 commit comments