Class: LayeredStack::Cli::Frontend

Inherits:
Thor
  • Object
show all
Defined in:
lib/layered_stack.rb

Overview

Frontend commands

Instance Method Summary collapse

Instance Method Details

#createObject



24
25
26
# File 'lib/layered_stack.rb', line 24

def create
  LayeredStack::Frontend::Create.execute
end

#create_and_startObject



34
35
36
37
# File 'lib/layered_stack.rb', line 34

def create_and_start
  create
  start
end

#startObject



29
30
31
# File 'lib/layered_stack.rb', line 29

def start
  LayeredStack::Frontend::Start.execute
end