[eas-cli] Add Convex project delete command#3652
Open
FiberJW wants to merge 1 commit intofiberjw/convex-projectfrom
Open
[eas-cli] Add Convex project delete command#3652FiberJW wants to merge 1 commit intofiberjw/convex-projectfrom
FiberJW wants to merge 1 commit intofiberjw/convex-projectfrom
Conversation
This was referenced Apr 29, 2026
Member
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Apr 29, 2026
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## fiberjw/convex-project #3652 +/- ##
==========================================================
+ Coverage 56.17% 56.21% +0.04%
==========================================================
Files 877 878 +1
Lines 37925 37963 +38
Branches 7892 7896 +4
==========================================================
+ Hits 21302 21338 +36
- Misses 16525 16527 +2
Partials 98 98 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
83cb1fa to
c72d61f
Compare
c44eb3e to
9d57381
Compare
c72d61f to
8e576e4
Compare
|
Subscribed to pull request
Generated by CodeMention |
9d57381 to
9be12fd
Compare
5efd85f to
8628f2c
Compare
9be12fd to
4014ce3
Compare
8628f2c to
6cd5f66
Compare
4014ce3 to
58e17ef
Compare
6cd5f66 to
ca41da1
Compare
58e17ef to
74e77f7
Compare
ca41da1 to
7e89f92
Compare
74e77f7 to
b882a35
Compare
mackenco
approved these changes
Apr 30, 2026
7e89f92 to
f9333fb
Compare
b882a35 to
3dac54e
Compare
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
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.

Why
Users need a way to remove the EAS-side Convex project link for an Expo app.
How
Adds
eas integrations:convex:project:delete, with--yes, non-interactive handling, and prompts that include the Convex dashboard URL and state Convex-side resources are not destroyed.Test Plan
Local E2E rerun after the formatting change. Linked project setup is currently blocked by the API project setup throttle, so this rerun covers the no-project delete path from a fresh Expo app.
Commands run (with
REPO=/Users/fiberjw/Developer/expo/eas-cli):Output/verification: