Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / codepipeline / start-pipeline-execution.rst
Size: Mime:
**To run the latest revision through a pipeline**

This example runs the latest revision present in the source stage of a pipeline through the pipeline named "MyFirstPipeline".

Command::

  aws codepipeline start-pipeline-execution --name MyFirstPipeline


Output::

  {
    "pipelineExecutionId": "3137f7cb-7cf7-EXAMPLE"
  }