lib/deliver/commands_generator.rb in deliver-0.13.1 vs lib/deliver/commands_generator.rb in deliver-0.13.2
- old
+ new
@@ -28,11 +28,9 @@
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!
-
command :run do |c|
c.syntax = 'deliver'
c.description = 'Run a deploy process using the Deliverfile in the current folder'
c.action do |args, options|
run_deliver(options)
\ No newline at end of file