[eas-cli] Add eas update:embedded:view command#3810
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3810 +/- ##
==========================================
+ Coverage 57.83% 57.92% +0.09%
==========================================
Files 913 915 +2
Lines 39591 39656 +65
Branches 8292 8302 +10
==========================================
+ Hits 22895 22968 +73
+ Misses 15242 15237 -5
+ Partials 1454 1451 -3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
c8c67e8 to
1d12019
Compare
40f5402 to
401ccf7
Compare
401ccf7 to
46ef8e1
Compare
11a8d85 to
4b96da5
Compare
|
✅ Thank you for adding the changelog entry! |
|
Subscribed to pull request
Generated by CodeMention |
quinlanj
approved these changes
Jun 5, 2026
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
Lets users inspect an embedded update they've uploaded from the CLI. Ref ENG-21467.
How
New
eas update:embedded:view <id>command. Prints a formatted summary (id, platform, runtime version, channel, bundle size, SHA-256, created at + relative time), or the raw payload with--json. NOT_FOUND on an unknown id (or one belonging to a different app) surfaces a friendly message.Test Plan
yarn start:staging