Class: Credman::CLI::Commands::Set

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

Instance Method Summary collapse

Instance Method Details

#call(key:, value:, environments:) ⇒ Object



60
61
62
# File 'lib/credman/commands.rb', line 60

def call(key:, value:, environments:, **)
  Credman::Set.new(environments).perform(key, value)
end