[eas-cli] Add eas update:embedded:upload command#3720
Open
gwdp wants to merge 10 commits into
Open
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced May 12, 2026
bbd2f9d to
71ba6bc
Compare
427e5a9 to
4375d57
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3720 +/- ##
==========================================
+ Coverage 57.22% 57.33% +0.12%
==========================================
Files 905 909 +4
Lines 39302 39399 +97
Branches 8237 8251 +14
==========================================
+ Hits 22488 22587 +99
+ Misses 15344 15342 -2
Partials 1470 1470 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Subscribed to pull request
Generated by CodeMention |
quinlanj
requested changes
May 21, 2026
21ad729 to
b9050ec
Compare
|
✅ Thank you for adding the changelog entry! |
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
EAS Update bundle diffing can't generate patches against the JS bundle embedded in a native build, so the first OTA after install always downloads the full bundle. This command registers the embedded bundle with EAS Update so the diff worker can use it as a patch base.
Ref ENG-21033
How
eas update:embedded:uploadcommand with--platform,--bundle,--manifest,--channel, and optional--build-id/--jsonflagsuploadEmbeddedUpdate; two-phase spinner shows progress for each stepEMBEDDED_UPDATE_ASSET_NOT_AVAILABLE(GCS finalization race) with exponential backoff; other errors bubble up with the server's message (e.g.EMBEDDED_UPDATE_ALREADY_EXISTSfor re-uploads)Test Plan
yarn jest src/commands/update/embedded/__tests__/upload.test.ts src/graphql/__tests__/client-test.ts— 24 tests passyarn tsc && yarn lintpass