fastlane/lib/fastlane/commands_generator.rb in fastlane-2.147.0 vs fastlane/lib/fastlane/commands_generator.rb in fastlane-2.148.0
- old
+ new
@@ -91,16 +91,16 @@
global_option('--capture_output', 'Captures the output of the current run, and generates a markdown issue template') do
FastlaneCore::Globals.capture_output = false
FastlaneCore::Globals.verbose = true
end
global_option('--troubleshoot', 'Enables extended verbose mode. Use with caution, as this even includes ALL sensitive data. Cannot be used on CI.')
+ global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`')
always_trace!
command :trigger do |c|
c.syntax = 'fastlane [lane]'
c.description = 'Run a specific lane. Pass the lane name and optionally the platform first.'
- c.option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`')
c.option('--disable_runner_upgrades', 'Prevents fastlane from attempting to update FastlaneRunner swift project')
c.option('--swift_server_port INT', 'Set specific port to communicate between fastlane and FastlaneRunner')
c.action do |args, options|
if ensure_fastfile