-
Notifications
You must be signed in to change notification settings - Fork 100
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
[ENG-11445] Add '--verbose-fastlane' flag for verbose fastlane logs #2276
[ENG-11445] Add '--verbose-fastlane' flag for verbose fastlane logs #2276
Conversation
Size Change: -2.42 kB (0%) Total Size: 51.4 MB
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2276 +/- ##
==========================================
+ Coverage 53.67% 53.67% +0.01%
==========================================
Files 525 525
Lines 19158 19159 +1
Branches 4043 4043
==========================================
+ Hits 10281 10282 +1
Misses 8151 8151
Partials 726 726 ☔ View full report in Codecov by Sentry. |
/changelog-entry new-feature Add |
99cd704
to
2a46c4a
Compare
/changelog-entry new-feature Add --verbose-fastlane flag to eas submit command for more robust fastlane pilot logs. |
89bc74b
to
2af1457
Compare
/changelog-entry new-feature Add --verbose-fastlane flag to eas submit command for more robust fastlane pilot logs. |
248f1fe
to
d72c02a
Compare
/changelog-entry new-feature Add --verbose-fastlane flag to eas submit command for more robust fastlane pilot logs. |
185bec1
to
6e940b2
Compare
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.
Looks reasonable
Let's merge it after WWW lands so we for sure have GQL schema up to date
f37f049
to
3fa9986
Compare
/changelog-entry new-feature Add --verbose-fastlane flag to eas submit command for more robust fastlane pilot logs. |
bd8af2f
to
a3f35a3
Compare
Make isVerboseFastlaneEnabled required parameter Co-authored-by: Szymon Dziedzic <szymon.dziedzic@swmansion.com>
f40c699
to
fce691a
Compare
✅ Thank you for adding the changelog entry! |
Why
ENG-11445 Investigate whether we can expose the "delivery UUID" for a submission
Having Delivery UUID (or requestUUID) simplifies debugging process and contact with Apple technical support. More verbose
fastlane pilot
logs are also useful for debugging.How
Delivery UUID (or RequestUUID) can be exposed by passing
--verbose
flag tofast lane pilot
and changing output format to XML.eas
commandsubmit
accepts new option--verbose-fastlane
that gives more detailed insight into upload process, as well as the content of XML result file.The new flag is passed to submission-worker which adds necessary flags and env variables to
fastlane pilot
command.Later we can extract data from XML and display it in a more organised way.
Without flag

With flag
Deploy plan
Test plan
eas submit
command with--verbose --verbose-fastlane
flags