.nh .TH "glab" "1" "Dec 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-status - View a running CI/CD pipeline on current or other branch specified. .SH SYNOPSIS \fBglab ci status [flags]\fP .SH DESCRIPTION View a running CI/CD pipeline on current or other branch specified. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" Check pipeline status for a branch. (default current branch) .PP \fB-c\fP, \fB--compact\fP[=false] Show status in compact format. .PP \fB-l\fP, \fB--live\fP[=false] Show status in real time until the pipeline ends. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \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 ci status --live # A more compact view $ glab ci status --compact # Get the pipeline for the main branch $ glab ci status --branch=main # Get the pipeline for the current branch $ glab ci status .EE .SH SEE ALSO \fBglab-ci(1)\fP