Class: Cabal::CLI::Key

Inherits:
Belafonte::App
  • Object
show all
Defined in:
lib/cabal/cli/key.rb

Instance Method Summary collapse

Instance Method Details

#handleObject



13
14
15
# File 'lib/cabal/cli/key.rb', line 13

def handle
  stdout.puts partake(:client).public_key(arg(:cluster_name).join(' '))
end