Class: Chef::Knife::CloudformationPromote

Inherits:
Chef::Knife
  • Object
show all
Includes:
KnifeCloudformation::Knife::Base
Defined in:
lib/chef/knife/cloudformation_promote.rb

Instance Method Summary collapse

Methods included from KnifeCloudformation::Knife::Base

included

Instance Method Details

#_runObject



33
34
35
36
# File 'lib/chef/knife/cloudformation_promote.rb', line 33

def _run
  stack_name, destination = name_args

end