Class: RailsCredentialsManager::CLI::Commands::Get

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/rails_credentials_manager/commands.rb

Instance Method Summary collapse

Instance Method Details

#call(keys:, environments:) ⇒ Object



15
16
17
# File 'lib/rails_credentials_manager/commands.rb', line 15

def call(keys:, environments:, **)
  RailsCredentialsManager::Get.new(environments).perform(keys)
end