Class: Moonshot::Commands::Deploy

Inherits:
Moonshot::Command show all
Defined in:
lib/moonshot/commands/deploy.rb

Instance Method Summary collapse

Methods inherited from Moonshot::Command

inherited, #parser

Instance Method Details

#execute(version_name) ⇒ Object



7
8
9
# File 'lib/moonshot/commands/deploy.rb', line 7

def execute(version_name)
  controller.deploy_version(version_name)
end