Skip to content

[eas-cli] Add eas update:embedded:list command#3811

Merged
gwdp merged 3 commits into
mainfrom
gwdp/embedded-update-list-cmd-v2
Jun 5, 2026
Merged

[eas-cli] Add eas update:embedded:list command#3811
gwdp merged 3 commits into
mainfrom
gwdp/embedded-update-list-cmd-v2

Conversation

@gwdp

@gwdp gwdp commented May 29, 2026

Copy link
Copy Markdown
Contributor

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, --channel for filtering; --limit + --after-cursor for pagination. When --channel is omitted in interactive mode, prompts to pick a channel with an "All channels" option (or --channel all to bypass). --json returns 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

  • CI
  • Local CLI against universe yarn start:staging

all channels selected

Screenshot 2026-06-02 at 11 36 30 PM Screenshot 2026-06-02 at 11 36 35 PM

single channel selected

Screenshot 2026-06-02 at 11 36 22 PM

@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 45cc93f to 1071d6f Compare June 2, 2026 23:07
@linear

linear Bot commented Jun 2, 2026

Copy link
Copy Markdown

ENG-21468

@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 1071d6f to 70b98a5 Compare June 3, 2026 05:13
@gwdp gwdp changed the base branch from main to gwdp/embedded-update-view-cmd-v2 June 3, 2026 05:13
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 70b98a5 to 2a26d11 Compare June 3, 2026 05:51
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from 1d12019 to a81ac58 Compare June 3, 2026 05:51
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 2a26d11 to 6a8ec9b Compare June 3, 2026 06:24
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from a81ac58 to 0fc7eca Compare June 3, 2026 06:24
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 6a8ec9b to cb942a4 Compare June 3, 2026 06:34
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from 0fc7eca to 40f5402 Compare June 3, 2026 06:54
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from cb942a4 to 1afdcb6 Compare June 3, 2026 06:54
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from 40f5402 to 401ccf7 Compare June 3, 2026 22:01
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch 2 times, most recently from 18725db to c4c2533 Compare June 3, 2026 22:16
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from 401ccf7 to 46ef8e1 Compare June 3, 2026 22:16
@codecov

codecov Bot commented Jun 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.01%. Comparing base (45354d1) to head (0574c51).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch 2 times, most recently from 193818c to d02caa1 Compare June 3, 2026 23:01
@gwdp gwdp force-pushed the gwdp/embedded-update-view-cmd-v2 branch from 11a8d85 to 4b96da5 Compare June 3, 2026 23:55
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from d02caa1 to c8b8994 Compare June 3, 2026 23:55
@gwdp gwdp marked this pull request as ready for review June 4, 2026 00:01
@gwdp gwdp requested a review from quinlanj June 4, 2026 00:02
@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown

Subscribed to pull request

File Patterns Mentions
**/* @douglowder
packages/eas-cli/src/commands/update/** @wschurman, @quinlanj

Generated by CodeMention

@quinlanj quinlanj left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Image

^ It'd be better to put All Channels as the first option, then enumerate the rest of the channels. Otherwise if someone had a lot of channels, they'd be scrolling a long time through all MAX_CHANNELS to finally get to the All Channels option

@gwdp

gwdp commented Jun 5, 2026

Copy link
Copy Markdown
Contributor Author
Image ^ It'd be better to put `All Channels` as the first option, then enumerate the rest of the channels. Otherwise if someone had a lot of channels, they'd be scrolling a long time through all `MAX_CHANNELS` to finally get to the `All Channels` option

Thanks for flagging that @quinlanj, 100% a better UX! Updated

@gwdp gwdp requested a review from quinlanj June 5, 2026 17:03
Base automatically changed from gwdp/embedded-update-view-cmd-v2 to main June 5, 2026 17:04
@gwdp gwdp force-pushed the gwdp/embedded-update-list-cmd-v2 branch from 5be900b to 0574c51 Compare June 5, 2026 20:56
@github-actions

github-actions Bot commented Jun 5, 2026

Copy link
Copy Markdown

✅ Thank you for adding the changelog entry!

@gwdp gwdp merged commit 5f952fd into main Jun 5, 2026
10 checks passed
@gwdp gwdp deleted the gwdp/embedded-update-list-cmd-v2 branch June 5, 2026 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants