1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:22:18 +02:00
tldr/pages/common/glab-pipeline.md
Reinhart Previano Koentjoro 41711421a9
glab-pipeline: add page (#7642)
2022-01-16 13:58:46 -03:00

24 lines
519 B
Markdown

# glab pipeline
> List, view, and run GitLab CI/CD pipelines.
> More information: <https://glab.readthedocs.io/en/latest/pipeline>.
- View a running pipeline on the current branch:
`glab pipeline status`
- View a running pipeline on a specific branch:
`glab pipeline status --branch {{branch_name}}`
- Get the list of pipelines:
`glab pipeline list`
- Run a manual pipeline on the current branch:
`glab pipeline run`
- Run a manual pipeline on a specific branch:
`glab pipeline run --branch {{branch_name}}`