[eas-cli] Add simulator session activity command#4001
Draft
szdziedzic wants to merge 1 commit into
Draft
Conversation
|
⏩ The changelog entry check has been skipped since the "no changelog" label is present. |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #4001 +/- ##
==========================================
+ Coverage 59.67% 59.97% +0.30%
==========================================
Files 941 943 +2
Lines 41319 41793 +474
Branches 8675 8850 +175
==========================================
+ Hits 24654 25062 +408
- Misses 16571 16637 +66
Partials 94 94 ☔ View full report in Codecov by Harness. 🚀 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
Device run session activity is being persisted as structured events, but users also need a terminal-friendly way to inspect and follow that activity without opening expo.dev.
This adds the EAS CLI consumer for:
The parallel website consumer is https://github.com/expo/universe/pull/28938.
The www and collection PRs must deploy before this command is released.
How
eas simulator:eventscommand. It supports an explicit session ID or the local simulator environment, repeatable producer filters, a bounded history limit,--follow, JSON snapshots, human output, and parseable NDJSON streaming.stream.completedorstream.snapshotmarker.Example usage:
Test Plan
corepack yarn typecheckinpackages/eas-clicorepack yarn fmt:checkgit diff --checkThis remains a draft until the www API and collection PR are available in a test environment for end-to-end verification with a real remote session.