Method: Codebuild::CLI#start

Defined in:
lib/codebuild/cli.rb

#start(project_name = nil) ⇒ Object



40
41
42
# File 'lib/codebuild/cli.rb', line 40

def start(project_name=nil)
  Start.new(options.merge(project_name: project_name)).run
end