Method: Bcome::Orchestrator::CommandGroup::Custom#execute!

Defined in:
lib/orchestrator/command_group/custom.rb

#execute!(current_context_machines, is_bootstrap) ⇒ Object



8
9
10
# File 'lib/orchestrator/command_group/custom.rb', line 8

def execute!(current_context_machines, is_bootstrap)
   ::Bcome::Orchestrator::CustomCommand.send(@bcome_command, current_context_machines, is_bootstrap)    
end