deliver/lib/deliver/commands_generator.rb in fastlane-2.147.0 vs deliver/lib/deliver/commands_generator.rb in fastlane-2.148.0
- old
+ new
@@ -48,9 +48,10 @@
program :help, 'Website', 'https://fastlane.tools'
program :help, 'Documentation', 'https://docs.fastlane.tools/actions/deliver/'
program :help_formatter, :compact
global_option('--verbose') { FastlaneCore::Globals.verbose = true }
+ global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`')
always_trace!
command :run do |c|
c.syntax = 'fastlane deliver'