class Moonshot::Commands::List

Public Instance Methods

execute() click to toggle source
# File lib/moonshot/commands/list.rb, line 10
def execute
  stacks = StackLister.new(controller.config.app_name).list
  StackListPrinter.new(stacks).print
end