[eas-cli] Add integrations:supabase:connect - #4106
Open
gwdp wants to merge 7 commits into
Open
Conversation
gwdp
marked this pull request as ready for review
July 29, 2026 01:04
gwdp
marked this pull request as draft
July 29, 2026 01:04
|
Subscribed to pull request
Generated by CodeMention Warning: The preamble and epilogue options in commentConfiguration are deprecated. Use template instead. |
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
July 29, 2026 01:31
56a9011 to
f252270
Compare
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 29, 2026
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
July 31, 2026 22:54
3968194 to
0cd018c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## gwdp/eng-25327-m3a-supabase-foundation #4106 +/- ##
==========================================================================
+ Coverage 62.86% 62.99% +0.14%
==========================================================================
Files 1020 1021 +1
Lines 46249 46411 +162
Branches 9741 9774 +33
==========================================================================
+ Hits 29071 29234 +163
+ Misses 15721 15718 -3
- Partials 1457 1459 +2 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
August 1, 2026 00:54
42bbcae to
c3f6ef5
Compare
gwdp
changed the base branch from
main
to
gwdp/eng-25327-m3a-supabase-foundation
August 1, 2026 00:54
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 1, 2026 02:13
4ec60eb to
ac84241
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
2 times, most recently
from
August 1, 2026 02:28
05970fd to
3678b36
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 1, 2026 02:28
ac84241 to
1ff6a8c
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
August 1, 2026 02:45
3678b36 to
93fc512
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 3, 2026 02:08
adb8ca9 to
ae2a0de
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
2 times, most recently
from
August 3, 2026 02:10
0bbd54f to
0f92d24
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
2 times, most recently
from
August 4, 2026 05:48
8aa9ed4 to
97cadda
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 4, 2026 06:20
b2c7328 to
d81dbd4
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
August 4, 2026 06:20
97cadda to
4fbb4ac
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 4, 2026 06:30
d81dbd4 to
c865fe4
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
August 4, 2026 06:30
4fbb4ac to
7e6d8cd
Compare
Env-write and missing-credential recovery now print URL/key for manual setup instead of suggesting another --environment run that would bill a second project.
Cascade delete clears the EAS project link on reauth; default to linking an existing project instead of provisioning a new billed one.
gwdp
force-pushed
the
gwdp/eng-25327-m3a-supabase-foundation
branch
from
August 4, 2026 14:52
c865fe4 to
842d59a
Compare
gwdp
force-pushed
the
gwdp/eng-25327-m3-supabase-cli
branch
from
August 4, 2026 14:52
7e6d8cd to
ae017de
Compare
|
✅ Thank you for adding the changelog entry! |
gwdp
marked this pull request as ready for review
August 4, 2026 15:05
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
Adding
eas integrations:supabase:connect: authorize Supabase on an Expo account, then either link an existing project or provision a new one. Writes the public URL/key into EAS env and installs the SDK.How
--linktakes a project ref, dashboard URL, or*.supabase.coURL and sets that as the app primary without creating a new Supabase project--environmentis a follow-up after primary connect: provisions a separate hosted project and writes URL/key only into those EAS envs (e.g. preview), leaving the primary alone. Incompatible with--link/--reauth--reauthresets the OAuth connection (and cascade-clears the EAS project link), then prompts link-existing (default) vs provision-new; pass--linkto skip the prompt.--overwriteskips prompts when replacing existing env varsTest Plan
easd against staging (provision,
--link,--environment)