Pipeline
All commands for pipeline.
Get
bb pipeline get <pipeline-id>
Gets details of given pipeline.
Latest
bb pipeline latest
Gets details of latest pipeline.
Wait
bb pipeline wait <pipeline id>
Hangs on terminal, until given pipeline finishes.
Run
bb pipeline run <branch-name>
Runs pipeline for given branch (defined in bitbucket-pipelines.yml file).
Custom
bb pipeline custom <branch> <pipeline-name>
Runs given pipeline for given branch.