Method: Stax::Cmd::Codepipeline#start

Defined in:
lib/stax/mixin/codepipeline.rb

#start(name = nil) ⇒ Object



123
124
125
126
127
128
# File 'lib/stax/mixin/codepipeline.rb', line 123

def start(name = nil)
  name ||= my.stack_pipeline_names.first
  debug("Starting execution for #{name}")
  puts Aws::Codepipeline.start(name)
  tail name
end