Sha256: 25ac46d3743298ed47cba13cc7668477381293587eff401e371f2b129608f474

Contents?: true

Size: 870 Bytes

Versions: 14

Compression:

Stored size: 870 Bytes

Contents

You can start a pipeline with the `pipe start` command. Here's an example:

    $ pipe start
    Pipeline started: demo
    Please check the CodePipeline console for the status.
    CodePipeline Console: https://us-west-2.console.aws.amazon.com/codesuite/codepipeline/pipelines/demo/view
    Pipeline cli: aws codepipeline get-pipeline-execution --pipeline-execution-id 02579d64-9271-4edc-aa45-bc9629d732bb --pipeline-name demo
    $

## Specifying Code Branch

If you would like start a build using a specific code branch you can use the `--branch` or `-b` option.  Example:

    pipe start -b feature-branch

## AWS CLI Equivalent

The `pipe start` command is a simple wrapper to the AWS API with the ruby sdk. You can also start pipelines with the `aws codepipeline` cli.  Here's the equivalent CLI command:

    aws codepipeline start-pipeline-execution --name demo

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
pipedream-0.4.8 lib/pipedream/help/start.md
pipedream-0.4.7 lib/pipedream/help/start.md
pipedream-0.4.6 lib/pipedream/help/start.md
pipedream-0.4.5 lib/pipedream/help/start.md
pipedream-0.4.4 lib/pipedream/help/start.md
pipedream-0.4.3 lib/pipedream/help/start.md
pipedream-0.4.2 lib/pipedream/help/start.md
pipedream-0.4.1 lib/pipedream/help/start.md
codepipeline-0.3.4 lib/codepipe/help/start.md
pipedream-0.4.0 lib/pipedream/help/start.md
codepipeline-0.3.3 lib/codepipe/help/start.md
codepipeline-0.3.2 lib/codepipe/help/start.md
codepipeline-0.3.1 lib/codepipe/help/start.md
codepipeline-0.3.0 lib/codepipe/help/start.md