[eas-cli] Add eas update:embedded:view command#3810
Draft
gwdp wants to merge 1 commit into
Draft
Conversation
|
✅ Thank you for adding the changelog entry! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3810 +/- ##
==========================================
+ Coverage 57.46% 57.49% +0.03%
==========================================
Files 911 913 +2
Lines 39480 39519 +39
Branches 8271 8276 +5
==========================================
+ Hits 22684 22717 +33
- Misses 15328 15334 +6
Partials 1468 1468 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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. Pairs with the server query in expo/universe#27769. Ref ENG-21467.
How
Mirrors
eas update:embedded:upload/:delete.--jsonround-trips the raw embedded-update payload; otherwise prints a formatted table. NOT_FOUND on either unknown id or cross-app surfaces a friendly message.Query wrapper uses inline types +
eslint-disable graphql/template-stringsuntil the server query merges and codegen regeneratesgenerated.ts. Marked draft until then.Test Plan
yarn tsc --noEmit,yarn lintclean. 4 unit tests: success,--json, NOT_FOUND, unexpected rethrow.