Class: LayeredStack::Cli::Frontend
- Inherits:
-
Thor
- Object
- Thor
- LayeredStack::Cli::Frontend
- Defined in:
- lib/layered_stack.rb
Overview
Frontend commands
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
24 25 26 |
# File 'lib/layered_stack.rb', line 24 def create LayeredStack::Frontend::Create.execute end |
#create_and_start ⇒ Object
34 35 36 37 |
# File 'lib/layered_stack.rb', line 34 def create_and_start create start end |
#start ⇒ Object
29 30 31 |
# File 'lib/layered_stack.rb', line 29 def start LayeredStack::Frontend::Start.execute end |