Class: Credman::CLI::Commands::Get

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

Instance Method Summary collapse

Instance Method Details

#call(keys:, environments:) ⇒ Object



29
30
31
# File 'lib/credman/commands.rb', line 29

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