Class: Sfn::Command::Promote
- Inherits:
 - 
      Sfn::Command
      
        
- Object
 - Bogo::Cli::Command
 - Sfn::Command
 - Sfn::Command::Promote
 
 
- Includes:
 - Sfn::CommandModule::Base
 
- Defined in:
 - lib/sfn/command/promote.rb
 
Overview
Promote command
Constant Summary
Constants inherited from Sfn::Command
CONFIG_BASE_NAME, VALID_CONFIG_EXTENSIONS
Instance Method Summary collapse
Methods included from Sfn::CommandModule::Base
Methods inherited from Sfn::Command
Methods included from Sfn::CommandModule::Callbacks
#api_action!, #callbacks_for, #run_callbacks_for
Constructor Details
This class inherits a constructor from Sfn::Command
Instance Method Details
#execute! ⇒ Object
      9 10 11 12  | 
    
      # File 'lib/sfn/command/promote.rb', line 9 def execute! raise NotImplementedError.new "Implementation updates required" stack_name, destination = name_args end  |