class Hyrb::Commands::DigitalOcean

Public Instance Methods

show_keys() click to toggle source
# File lib/hyrb/commands/digital_ocean.rb, line 5
def show_keys
  pipeline(Hyrb::Tasks::DigitalOcean::ShowSSHKeys)
end
sync_keys() click to toggle source
# File lib/hyrb/commands/digital_ocean.rb, line 10
def sync_keys
  pipeline(Hyrb::Tasks::DigitalOcean::SyncSSHKeys)
end