60 61 62
# File 'lib/credman/commands.rb', line 60 def call(key:, value:, environments:, **) Credman::Set.new(environments).perform(key, value) end