Skip to content

Commit 25edbb8

Browse files
authored
add run command for pipelines
1 parent 250d545 commit 25edbb8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/commands/pipeline.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ All commands for pipeline.
1717
`bb pipeline latest` Gets details of latest pipeline.
1818

1919
## Wait
20-
`bb pipeline wait <pipeline id>` Hangs on terminal, until given pipeline finishes.
20+
`bb pipeline wait <pipeline id>` Hangs on terminal, until given pipeline finishes.
21+
22+
## Run
23+
`bb pipeline run <branch-name>` Runs pipeline for given branch (defined in bitbucket-pipelines.yml file).

0 commit comments

Comments
 (0)