fastlane-plugin-ionic icon indicating copy to clipboard operation
fastlane-plugin-ionic copied to clipboard

Add --verbose for `ionic cordova compile`

Open topalavlad opened this issue 5 years ago • 1 comments

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.

topalavlad avatar Jul 11 '19 13:07 topalavlad

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

janpio avatar Jul 11 '19 13:07 janpio