commands.sh

glab pipeline

all

List, view, and run GitLab CI/CD pipelines.

More info →

Examples (5)

View a running pipeline on the current branch

View a running pipeline on a specific branch

glab pipeline status --branch branch_name

Get the list of pipelines

Run a manual pipeline on the current branch

Run a manual pipeline on a specific branch

glab pipeline run --branch branch_name
made by @shridhargupta | data from tldr-pages