Method: Credman::CLI::Commands::Get#call

Defined in:
lib/credman/commands.rb

#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