[ENG-15002][eas-cli] fingerprint:generate#2937
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
❌ It looks like a changelog entry is missing for this PR. Add it manually to CHANGELOG.md. |
|
Size Change: -447 B (0%) Total Size: 53.4 MB
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2937 +/- ##
==========================================
- Coverage 52.65% 52.64% -0.00%
==========================================
Files 588 590 +2
Lines 23252 23300 +48
Branches 4629 4634 +5
==========================================
+ Hits 12240 12265 +25
- Misses 10978 11001 +23
Partials 34 34 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e2c1152 to
ff9843d
Compare
|
Subscribed to pull request
Generated by CodeMention |
50c1faa to
68a8a3e
Compare
| ...optionsFromWorkflow, | ||
| platforms: platforms.map(appPlatformToString), | ||
| debug: true, | ||
| env: undefined, |
There was a problem hiding this comment.
an unrelated point here. some people use eas env var in their app config. passing undefined env may cause inconsistent fingerprint between local and server. i resolved that for eas update command from #2867

Why
First pass of
eas fingerprint:generatein hidden mode.eas fingerprint:generateeas fingerprint:generate --json --non-interactive -p androidWill print the fingerprint json to stdout
Test Plan
eas fingerprint:generateeas fingerprint:generate --json --non-interactive -p android