Class: Foreplay::CLI
- Inherits:
-
Thor
- Object
- Thor
- Foreplay::CLI
- 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, ] end |
#deploy(environment) ⇒ Object
14 15 16 |
# File 'lib/foreplay/cli.rb', line 14 def deploy(environment) Foreplay::Launcher.start [:deploy, environment, ] end |
#setup ⇒ Object
49 50 51 |
# File 'lib/foreplay/cli.rb', line 49 def setup Foreplay::Setup.start end |