Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a way to pass the verbose flag for Fastlane Pilot in a lane?

I'm debugging my fastlane actions and lanes to understand if and how to make it faster, but have not found a way to pass the verbose flag to pilot action.

like image 237
Felipe Plets Avatar asked Oct 27 '25 05:10

Felipe Plets


1 Answers

Yes, you can pass verbose: true to the pilot action.

For example

pilot(
    username: my_user_name,
    app_identifier: app_identifier,
    ipa: "path/to/ipa_name.ipa",
    verbose: true
)
like image 172
njtman Avatar answered Oct 30 '25 15:10

njtman



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!