class Sfn::Command::Promote

Promote command

Public Instance Methods

execute!() click to toggle source
# File lib/sfn/command/promote.rb, line 9
def execute!
  raise NotImplementedError.new "Implementation updates required"
  stack_name, destination = name_args
end