bin/deliver in deliver-0.9.0.pre2 vs bin/deliver in deliver-0.9.0
- old
+ new
@@ -16,10 +16,10 @@
program :help, 'Author', 'Felix Krause <deliver@krausefx.com>'
program :help, 'Website', 'https://fastlane.tools'
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.'
always_trace!
\ No newline at end of file