Class: Moonshot::Commands::Deploy
- Inherits:
-
Moonshot::Command
- Object
- Moonshot::Command
- Moonshot::Commands::Deploy
- Includes:
- InteractiveCommand
- Defined in:
- lib/moonshot/commands/deploy.rb
Instance Method Summary collapse
Methods included from InteractiveCommand
Methods inherited from Moonshot::Command
Instance Method Details
#execute(version_name) ⇒ Object
11 12 13 |
# File 'lib/moonshot/commands/deploy.rb', line 11 def execute(version_name) controller.deploy_version(version_name) end |