match/lib/match/options.rb in fastlane-2.115.0.beta.20190126200102 vs match/lib/match/options.rb in fastlane-2.115.0.beta.20190127200030

- old
+ new

@@ -121,9 +121,13 @@ description: "Path to the gc_keys.json file", optional: true, verify_block: proc do |value| UI.user_error!("Could not find keys file at path '#{File.expand_path(value)}'") unless File.exist?(value) end), + FastlaneCore::ConfigItem.new(key: :google_cloud_project_id, + env_name: "MATCH_GOOGLE_CLOUD_PROJECT_ID", + description: "ID of the Google Cloud project to use for authentication", + optional: true), # Keychain FastlaneCore::ConfigItem.new(key: :keychain_name, short_option: "-s", env_name: "MATCH_KEYCHAIN_NAME",