[eas-cli] Add eas update:embedded:list command#3811
Merged
Conversation
45cc93f to
1071d6f
Compare
1071d6f to
70b98a5
Compare
70b98a5 to
2a26d11
Compare
1d12019 to
a81ac58
Compare
2a26d11 to
6a8ec9b
Compare
a81ac58 to
0fc7eca
Compare
6a8ec9b to
cb942a4
Compare
0fc7eca to
40f5402
Compare
cb942a4 to
1afdcb6
Compare
40f5402 to
401ccf7
Compare
18725db to
c4c2533
Compare
401ccf7 to
46ef8e1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3811 +/- ##
==========================================
+ Coverage 57.93% 58.01% +0.08%
==========================================
Files 915 916 +1
Lines 39666 39734 +68
Branches 8309 8325 +16
==========================================
+ Hits 22978 23046 +68
Misses 15237 15237
Partials 1451 1451 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
193818c to
d02caa1
Compare
11a8d85 to
4b96da5
Compare
d02caa1 to
c8b8994
Compare
|
Subscribed to pull request
Generated by CodeMention |
quinlanj
reviewed
Jun 5, 2026
Contributor
Author
Thanks for flagging that @quinlanj, 100% a better UX! Updated |
quinlanj
approved these changes
Jun 5, 2026
5be900b to
0574c51
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
Lets users list the embedded updates they've uploaded for a project from the CLI, with platform / runtime / channel filters. Pairs with expo/universe#27770. Ref ENG-21468.
How
--platform,--runtime-version,--channelfor filtering;--limit+--after-cursorfor pagination. When--channelis omitted in interactive mode, prompts to pick a channel with an "All channels" option (or--channel allto bypass).--jsonreturns the full connection payload; otherwise prints a header with row count and each row as a formatted block, separated by dim dividers, with a next-page hint when more results exist.Test Plan
yarn start:stagingall channels selected
single channel selected