Class: Cabal::CLI::List

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

Instance Method Summary collapse

Methods included from Authenticated

#with_authentication

Instance Method Details

#handleObject



17
18
19
20
21
# File 'lib/cabal/cli/list.rb', line 17

def handle
  with_authentication(partake(:config)) do
    stdout.puts partake(:client).clusters.join("\n")
  end
end