produce/lib/produce/commands_generator.rb in fastlane-2.147.0 vs produce/lib/produce/commands_generator.rb in fastlane-2.148.0

- old
+ new

@@ -24,9 +24,10 @@ program :help, 'Website', 'https://fastlane.tools' program :help, 'Documentation', 'https://docs.fastlane.tools/actions/produce/' program :help_formatter, :compact global_option('--verbose') { FastlaneCore::Globals.verbose = true } + global_option('--env STRING[,STRING2]', String, 'Add environment(s) to use with `dotenv`') command :create do |c| c.syntax = 'fastlane produce create' c.description = 'Creates a new app on App Store Connect and the Apple Developer Portal'