match/lib/match/options.rb in fastlane-2.203.0 vs match/lib/match/options.rb in fastlane-2.204.0
- old
+ new
@@ -255,9 +255,14 @@
FastlaneCore::ConfigItem.new(key: :skip_confirmation,
env_name: "MATCH_SKIP_CONFIRMATION",
description: "Disables confirmation prompts during nuke, answering them with yes",
type: Boolean,
default_value: false),
+ FastlaneCore::ConfigItem.new(key: :safe_remove_certs,
+ env_name: "MATCH_SAFE_REMOVE_CERTS",
+ description: "Remove certs from repository during nuke without revoking them on the developer portal",
+ type: Boolean,
+ default_value: false),
FastlaneCore::ConfigItem.new(key: :skip_docs,
env_name: "MATCH_SKIP_DOCS",
description: "Skip generation of a README.md for the created git repository",
type: Boolean,
default_value: false),