Module: Match

Defined in:
lib/fastlane/plugin/secrets_manager_storage.rb

Overview

At the time of writing, Fastlane/Match does not actually support adding backends via a plugin since it hard-codes the allowed storage modes. This code simply monkey-patches Fastlane/Match to respond with all registered storage modes

Defined Under Namespace

Classes: Setup

Class Method Summary collapse

Class Method Details

.storage_modesObject



64
65
66
# File 'lib/fastlane/plugin/secrets_manager_storage.rb', line 64

def self.storage_modes
  Storage.backends.keys
end