Class: Rocketwheel::Command::CLI::Deploy

Inherits:
Base
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/rocketwheel/command/cli/deploy.rb

Defined Under Namespace

Classes: Task

Instance Method Summary collapse

Methods inherited from Base

filename, #help, #method_missing, start, #version

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class Rocketwheel::Command::CLI::Base

Instance Method Details

#deployObject



15
16
17
# File 'lib/rocketwheel/command/cli/deploy.rb', line 15

def deploy
  invoke Task, [directory, config]
end