Class: Foreplay::CLI

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

Instance Method Summary collapse

Instance Method Details

#check(environment) ⇒ Object



25
26
27
# File 'lib/foreplay/cli.rb', line 25

def check(environment)
  Foreplay::Launcher.start [:check, environment, options]
end

#deploy(environment) ⇒ Object



14
15
16
# File 'lib/foreplay/cli.rb', line 14

def deploy(environment)
  Foreplay::Launcher.start [:deploy, environment, options]
end

#setupObject



49
50
51
# File 'lib/foreplay/cli.rb', line 49

def setup
  Foreplay::Setup.start
end