22 23 24
# File 'lib/codepipe/cli.rb', line 22 def deploy(pipeline_name=nil) Deploy.new(options.merge(pipeline_name: pipeline_name)).run end