glab ci view
View, run, trace, log, and cancel CI/CD job’s current pipeline.
Synopsis
Supports viewing, running, tracing, and canceling jobs.
Use arrow keys to navigate jobs and logs.
Enterto toggle through a job’s logs / traces, or display a child pipeline. Trigger jobs are marked with a».Escorqto close the logs or trace, or return to the parent pipeline.Ctrl+R,Ctrl+Pto run, retry, or play a job. UseTabor arrow keys to navigate the modal, andEnterto confirm.Ctrl+Dto cancel a job. If the selected job isn’t running or pending, quits the CI/CD view.Ctrl+Qto quit the CI/CD view.Ctrl+Spaceto suspend application and view the logs. Similar toglab pipeline ci trace.- Supports
vistyle bindings and arrow keys for navigating jobs and logs.
glab ci view [branch/tag] [flags]Examples
# Uses current branch
$ glab pipeline ci view
# Get latest pipeline on main branch
$ glab pipeline ci view main
# Just like the second example
$ glab pipeline ci view -b main
# Get latest pipeline on main branch of myusername/glab repo
$ glab pipeline ci view -b main -R myusername/glab
Options
-b, --branch string Check pipeline status for a branch or tag. Defaults to the current branch.
-p, --pipelineid int Check pipeline status for a specific pipeline ID.
-w, --web Open pipeline in a browser. Uses default browser, or browser specified in BROWSER variable.Options inherited from parent commands
-h, --help Show help for this command.
-R, --repo OWNER/REPO Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.