Class: Moonshot::Commands::Deploy

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

Instance Method Summary collapse

Methods included from InteractiveCommand

#parser

Methods inherited from Moonshot::Command

inherited, #parser

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