Class: Hyrb::Commands::DigitalOcean

Inherits:
Hyrb::Command show all
Defined in:
lib/hyrb/commands/digital_ocean.rb

Instance Method Summary collapse

Methods inherited from Hyrb::Command

subc

Instance Method Details

#show_keysObject



5
6
7
# File 'lib/hyrb/commands/digital_ocean.rb', line 5

def show_keys
  pipeline(Hyrb::Tasks::DigitalOcean::ShowSSHKeys)
end

#sync_keysObject



10
11
12
# File 'lib/hyrb/commands/digital_ocean.rb', line 10

def sync_keys
  pipeline(Hyrb::Tasks::DigitalOcean::SyncSSHKeys)
end