[eas-cli] Add --auto-configure-update flag to eas build - #4139
Closed
williamgrosset wants to merge 1 commit into
Closed
[eas-cli] Add --auto-configure-update flag to eas build#4139williamgrosset wants to merge 1 commit into
williamgrosset wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## williamgrosset/build-link-project-id #4139 +/- ##
========================================================================
+ Coverage 62.53% 62.64% +0.12%
========================================================================
Files 1009 1009
Lines 45753 45765 +12
Branches 9627 9631 +4
========================================================================
+ Hits 28608 28667 +59
+ Misses 15690 15653 -37
+ Partials 1455 1445 -10 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
williamgrosset
force-pushed
the
williamgrosset/build-auto-configure-update
branch
from
August 4, 2026 20:44
449d3e8 to
f445489
Compare
williamgrosset
force-pushed
the
williamgrosset/build-auto-configure-update
branch
from
August 4, 2026 20:48
f445489 to
fe4c113
Compare
williamgrosset
force-pushed
the
williamgrosset/build-auto-configure-update
branch
from
August 4, 2026 22:50
fe4c113 to
00abafe
Compare
|
✅ Thank you for adding the changelog entry! |
Member
|
why not just run |
Contributor
Author
|
See #4138 for discussion. |
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/agents should be able to configure EAS update before a build command runs, so that a user doesn't have to complete a rebuild after.
How
--auto-configure-updatetoeas build: before the build starts, installsexpo-updates, setsupdates.urlandruntimeVersionin the app config, syncs native config, and adds channels to build profileseas update:configurebefore the build, scoped to the build's--platformensureEASUpdateIsConfiguredInEasJsonAsync(shared witheas update:configure) now skips theeas.jsonwrite when no profile changedTest Plan
Manually verified EAS update is configured and
eas buildcontinues it's execution:auto-configure-update-flag.mov