-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature(eas-cli): add worker --json
support for 3rd parties and custom tooling
#2561
Conversation
Size Change: +2.17 kB (0%) Total Size: 52.9 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2561 +/- ##
==========================================
- Coverage 52.23% 52.21% -0.01%
==========================================
Files 557 557
Lines 21013 21021 +8
Branches 4294 4300 +6
==========================================
+ Hits 10974 10975 +1
- Misses 9174 9179 +5
- Partials 865 867 +2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice 💯
✅ Thank you for adding the changelog entry! |
Why
With
eas worker --json
, we can integrate with other tooling (such as expo-github-action). This adds support for exactly that.How
Log.warn
toconsole.warn
, avoiding polluting the JSON output--json
only output toeas worker --json
commandTest Plan
eas worker --json --non-interactive
eas worker --alias test-json --json --non-interactive
eas worker --prod --json --non-interactive
eas worker --prod --alias test-json --json --non-interactive