[eas-cli] Add eas update:embedded:list command#3722
Draft
gwdp wants to merge 1 commit into
Draft
Conversation
Contributor
Author
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
af67fd8 to
4589f69
Compare
9b77846 to
21d9e1f
Compare
0dc601b to
8cf9e64
Compare
2f3220a to
98caac9
Compare
8cf9e64 to
08ff10b
Compare
98caac9 to
ddb50b0
Compare
85f7750 to
3ddee10
Compare
016b584 to
e9b889b
Compare
a8fb6cb to
f72b0ae
Compare
ebd648c to
553ab79
Compare
f72b0ae to
0566ac8
Compare
553ab79 to
89a3377
Compare
630c3ab to
c55fa95
Compare
89a3377 to
8b6acef
Compare
c55fa95 to
9a9a51a
Compare
1e4dd32 to
9b8c2b0
Compare
f8c900b to
37463ca
Compare
ff788a7 to
742513e
Compare
37463ca to
4331bba
Compare
742513e to
71da6ac
Compare
4331bba to
c3c09b3
Compare
71da6ac to
0950593
Compare
c3c09b3 to
80d18e2
Compare
0950593 to
c60eca8
Compare
e82bc3f to
e782619
Compare
c60eca8 to
1a8471f
Compare
1a8471f to
be27410
Compare
76bbb99 to
fb5a132
Compare
be27410 to
ce90ae1
Compare
fb5a132 to
e372f69
Compare
91477e4 to
d668fe8
Compare
c2f9d24 to
36464f8
Compare
d668fe8 to
17b0dbf
Compare
36464f8 to
f508225
Compare
1e3e802 to
c9e16a2
Compare
f508225 to
383576d
Compare
c9e16a2 to
631b7d2
Compare
383576d to
fb963b9
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 operators browse all registered embedded updates for an app with optional filtering and cursor pagination.
Ref ENG-21033
How
eas update:embedded:listcommand with optional--platform,--runtime-version,--channel,--limit, and--after-cursorflags--jsonreturns{embeddedUpdates, pageInfo}; prints next-page cursor hint when more results existTest Plan
yarn tscpasses;yarn linthas 4 pre-existing GQL errors from server schema landing in a separate universe PR