Class: Gisha::AddKeyCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Gisha::AddKeyCommand
- Defined in:
- lib/gisha/cli.rb
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
22 23 24 |
# File 'lib/gisha/cli.rb', line 22 def execute Commands::Key.new(auth_file, id, key).add end |