Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Added support for -f for force release
Browse files Browse the repository at this point in the history
  • Loading branch information
KrauseFx committed Mar 29, 2015
1 parent 88e1d66 commit efb12df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/deliver
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class FastlaneApplication
program :help, 'GitHub', 'https://github.com/krausefx/deliver'
program :help_formatter, :compact

global_option '--force', 'Runs a deployment without verifying any information (PDF file). This can be used for build servers.'
global_option '-f', '--force', 'Runs a deployment without verifying any information (PDF file). This can be used for build servers.'
global_option '--beta', 'Upload a beta build to iTunes Connect. This uses the `beta_ipa` block.'
global_option '--skip-deploy', 'Skips submission of the build on iTunes Connect. This will only upload the ipa and/or metadata.'

Expand Down

0 comments on commit efb12df

Please sign in to comment.