Class: Foreplay::CLI

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

Instance Method Summary collapse

Instance Method Details

#check(environment) ⇒ Object



22
23
24
# File 'lib/foreplay/cli.rb', line 22

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

#deploy(environment) ⇒ Object



12
13
14
# File 'lib/foreplay/cli.rb', line 12

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

#setupObject



46
47
48
# File 'lib/foreplay/cli.rb', line 46

def setup
  Foreplay::Setup.start
end