class Hyrb::Tasks::DigitalOcean::ShowSSHKeys
Public Instance Methods
run(env)
click to toggle source
# File lib/hyrb/tasks/digital_ocean.rb, line 53 def run(env) say env.digital_ocean_ssh_keys.map { |k| {name: k.name, id: k.id, ssh_key: k.ssh_pub_key} }.to_yaml end