Class: Gisha::AddKeyCommand

Inherits:
Clamp::Command
  • Object
show all
Defined in:
lib/gisha/cli.rb

Instance Method Summary collapse

Instance Method Details

#executeObject



22
23
24
# File 'lib/gisha/cli.rb', line 22

def execute
  Commands::Key.new(auth_file, id, key).add
end