chore: remove Resend.Cli tool - #148
Draft
felipefreitag wants to merge 1 commit into
Draft
Conversation
The official resend-cli covers the terminal use case. The release binaries had zero downloads on the last three releases. Live QA now runs through scratch programs. Remove the project, the release artifacts, and all references.
klotty
approved these changes
Aug 24, 2026
klotty
left a comment
There was a problem hiding this comment.
No issues found across 100 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: This PR removes the redundant internal Resend.Cli tool, its solution entries, and associated build and release artifacts. The core SDK library and its behavior are unaffected.
Re-trigger cubic
gabrielmfern
approved these changes
Aug 24, 2026
felipefreitag
marked this pull request as draft
August 24, 2026 18:16
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.
Remove the internal
Resend.Clitool. The official resend-cli covers the terminal use case. The release zips had zero downloads on the last three releases. Live QA now runs through scratch programs. That does not justify a matching CLI command in every feature PR.The change deletes
tools/Resend.Cli, its solution entries, and its.gitignorelines.cicd/release.shno longer publishes the self-contained binaries or attaches the zips to the GitHub release.examples/README.mddrops the link to the tool. Start withcicd/release.shandresend-dotnet.sln.The
"Resend CLI"string inResend.ApiServerstays. It is the mock OAuth grant client name, the value the real API returns. It does not reference this project.Summary by cubic
Removes the internal
Resend.Clitool and stops publishing its binaries; the officialresend-clireplaces it. No library APIs or runtime behavior change.Review focus
cicd/release.shandresend-dotnet.sln: the script no longer builds or attaches CLI artifacts, and the solution no longer referencestools/Resend.Cli..gitignoreandexamples/README.mdcleanup, and that no remaining references totools/Resend.Cliexist.Resend.ApiServeris intentionally retained as the mock OAuth grant client name.Migration
resend-cliinstead.Written for commit 5f8d043. Summary will update on new commits.