.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-ci-view - View, run, trace/logs, and cancel CI/CD jobs current pipeline .SH SYNOPSIS .PP \fBglab ci view [branch/tag] [flags]\fP .SH DESCRIPTION .PP Supports viewing, running, tracing, and canceling jobs. .PP Use arrow keys to navigate jobs and logs. .PP \&'Enter' to toggle a job's logs or trace or display a child pipeline (trigger jobs are marked with a ยป). 'Esc' or 'q' to close logs,trace or go back to the parent pipeline. 'Ctrl+R', 'Ctrl+P' to run/retry/play a job -- Use Tab / Arrow keys to navigate modal and Enter to confirm. 'Ctrl+D' to cancel job -- (Quits CI/CD view if selected job isn't running or pending). 'Ctrl+Q' to Quit CI/CD View. 'Ctrl+Space' suspend application and view logs (similar to glab pipeline ci trace) Supports vi style bindings and arrow keys for navigating jobs and logs. .SH OPTIONS .PP \fB-b\fP, \fB--branch\fP="" Check pipeline status for a branch/tag. (Default is 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 .PP \fB--help\fP[=false] Show help for command .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the \fB\fCOWNER/REPO\fR or \fB\fCGROUP/NAMESPACE/REPO\fR format or full URL or git URL .SH EXAMPLE .PP .RS .nf 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 .fi .RE .SH SEE ALSO .PP \fBglab-ci(1)\fP