.nh .TH "glab" "1" "Mar 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-view - View, run, trace, log, and cancel CI/CD job's current pipeline. .SH SYNOPSIS \fBglab ci view [branch/tag] [flags]\fP .SH DESCRIPTION Supports viewing, running, tracing, and canceling jobs. .PP Use arrow keys to navigate jobs and logs. .IP \(bu 2 \&'Enter' to toggle through a job's logs / traces, or display a child pipeline. Trigger jobs are marked with a 'ยป'. .IP \(bu 2 \&'Esc' or 'q' to close the logs or trace, or return to the parent pipeline. .IP \(bu 2 \&'Ctrl+R', 'Ctrl+P' to run, retry, or play a job. Use 'Tab' or arrow keys to navigate the modal, and 'Enter' to confirm. .IP \(bu 2 \&'Ctrl+D' to cancel a job. If the selected job isn't running or pending, quits the CI/CD view. .IP \(bu 2 \&'Ctrl+Q' to quit the CI/CD view. .IP \(bu 2 \&'Ctrl+Space' to suspend application and view the logs. Similar to 'glab pipeline ci trace'. Supports vi style bindings and arrow keys for navigating jobs and logs. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" Check pipeline status for a branch or tag. Defaults to the current branch. .PP \fB-w\fP, \fB--web\fP[=false] Open pipeline in a browser. Uses default browser, or browser specified in BROWSER variable. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX glab pipeline ci view # Uses current branch glab pipeline ci view master # Get latest pipeline on master branch glab pipeline ci view -b master # just like the second example glab pipeline ci view -b master -R profclems/glab # Get latest pipeline on master branch of profclems/glab repo .EE .SH SEE ALSO \fBglab-ci(1)\fP