lib/produce/options.rb in produce-0.6.0 vs lib/produce/options.rb in produce-0.6.1

- old
+ new

@@ -16,10 +16,11 @@ FastlaneCore::ConfigItem.new(key: :app_identifier, env_name: "PRODUCE_APP_IDENTIFIER", description: "App Identifier (Bundle ID, e.g. com.krausefx.app)", default_value: CredentialsManager::AppfileConfig.try_fetch_value(:app_identifier)), FastlaneCore::ConfigItem.new(key: :bundle_identifier_suffix, + short_option: "-e", env_name: "PRODUCE_APP_IDENTIFIER_SUFFIX", description: "App Identifier Suffix (Ignored if App Identifier does not ends with .*)"), FastlaneCore::ConfigItem.new(key: :app_name, env_name: "PRODUCE_APP_NAME", short_option: "-q", @@ -60,10 +61,10 @@ env_name: "PRODUCE_SKIP_DEVCENTER", description: "Skip the creation of the app on the Apple Developer Portal", is_string: false, default_value: false), FastlaneCore::ConfigItem.new(key: :team_id, - short_option: "-t", + short_option: "-b", env_name: "PRODUCE_TEAM_ID", description: "The ID of your team if you're in multiple teams", optional: true, default_value: CredentialsManager::AppfileConfig.try_fetch_value(:team_id), verify_block: Proc.new do |value|