fastlane-community / fastlane-plugin-ionic

Integrate your Ionic build into your Fastlane setup
MIT License
86 stars 45 forks source link

Add --verbose for `ionic cordova compile` #53

Open topalavlad opened 4 years ago

topalavlad commented 4 years ago

If a command fails, verbose would be useful to see the details:

[ERROR] An error occurred while running subprocess cordova.

        cordova compile ios --release --device --packageType=app-store --developmentTeam... exited with exit code 1.

        Re-running this command with the --verbose flag may provide more information.
janpio commented 4 years ago

Yeah, verbose: true should probably be a top level option that is applied to all the commands being executed.