-
-
Notifications
You must be signed in to change notification settings - Fork 238
chore: Remove deprecated files commands
#2956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
This was referenced Nov 14, 2025
Member
Author
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
60f809f to
bc635a1
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
bc635a1 to
3953a76
Compare
szokeasaurusrex
commented
Nov 14, 2025
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
3953a76 to
ca5c0c7
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Nov 14, 2025
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
ca5c0c7 to
0ed0f05
Compare
This was referenced Dec 3, 2025
loewenheim
approved these changes
Dec 4, 2025
This was referenced Dec 4, 2025
39dc7c7 to
644450f
Compare
a440025 to
2df35c6
Compare
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 11, 2025
### Description Following #2956, the `UploadContext` struct's `projects` field is always `Some`, indicating we have at least one project. Here, we change the type from `Option<NonEmptySlice>` to `NonEmptySlice` to indicate that we always have a project set.
2df35c6 to
b36a18d
Compare
644450f to
6a64f08
Compare
6a64f08 to
a600f83
Compare
42825ef to
ccf7116
Compare
a600f83 to
3708591
Compare
### Description Remove all `sentry-cli files ...` subcommands. Also, remove the `sentry-cli releases files ...` commands, which are aliases for the `files` subcommands. ### Issues - Resolves #2513 - Resolves [CLI-85](https://linear.app/getsentry/issue/CLI-85/remove-all-files-subcommands)
szokeasaurusrex
added a commit
that referenced
this pull request
Dec 15, 2025
### Description Following #2956, the `UploadContext` struct's `projects` field is always `Some`, indicating we have at least one project. Here, we change the type from `Option<NonEmptySlice>` to `NonEmptySlice` to indicate that we always have a project set.
ccf7116 to
6879f78
Compare
3708591 to
2b20d53
Compare
Base automatically changed from
szokeasaurusrex/server-supports-all-debug-files
to
master
December 15, 2025 11:52
4 tasks
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.

Description
Remove all
sentry-cli files ...subcommands. Also, remove thesentry-cli releases files ...commands, which are aliases for thefilessubcommands.Issues
filessubcommands #2513