lib/match/options.rb in match-0.11.0 vs lib/match/options.rb in match-0.11.1
- old
+ new
@@ -45,9 +45,10 @@
description: "Keychain the items should be imported to",
default_value: "login.keychain"),
FastlaneCore::ConfigItem.new(key: :keychain_password,
short_option: "-p",
env_name: "MATCH_KEYCHAIN_PASSWORD",
+ sensitive: true,
description: "This might be required the first time you access certificates on a new mac. For the login/default keychain this is your account password",
optional: true),
FastlaneCore::ConfigItem.new(key: :readonly,
env_name: "MATCH_READONLY",
description: "Only fetch existing certificates and profiles, don't generate new ones",