Class: Moonshot::Commands::List
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::List
- Defined in:
- lib/moonshot/commands/list.rb
Instance Method Summary collapse
Methods inherited from Moonshot::Command
Instance Method Details
#execute ⇒ Object
9 10 11 12 |
# File 'lib/moonshot/commands/list.rb', line 9 def execute stacks = StackLister.new(controller.config.app_name).list StackListPrinter.new(stacks).print end |