Skip to content

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

Draft
gwdp wants to merge 1 commit into
gwdp/embedded-update-view-cmd-v2from
gwdp/embedded-update-list-cmd-v2
Draft

[eas-cli] Add eas update:embedded:list command#3811
gwdp wants to merge 1 commit into
gwdp/embedded-update-view-cmd-v2from
gwdp/embedded-update-list-cmd-v2

Conversation

@gwdp
Copy link
Copy Markdown
Contributor

@gwdp gwdp commented May 29, 2026

Why

Lets users list the embedded updates they've uploaded for a project from the CLI, with platform / runtime / channel filters. Pairs with the server query in expo/universe#27770. Ref ENG-21468.

How

Mirrors the upload/view/delete patterns. --platform, --runtime-version, --channel for filtering; --limit + --after-cursor for pagination. --json returns the full connection payload; otherwise prints each row as a formatted block with a next-page hint when more results exist.

Query wrapper bundles both viewByIdAsync (overlaps with #3810) and viewPaginatedAsync; whichever lands first, the other rebases. Uses inline types + eslint-disable graphql/template-strings until both server PRs merge and codegen runs.

Test Plan

yarn tsc --noEmit, yarn lint clean. 5 unit tests: rows, empty, --json, filters, next-page hint.

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

linear Bot commented Jun 2, 2026

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
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 3, 2026

✅ Thank you for adding the changelog entry!

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.

1 participant