.nh .TH "glab" "1" "Jun 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-status - View CI/CD pipeline status. .SH SYNOPSIS \fBglab ci status [flags]\fP .SH DESCRIPTION Defaults to the current branch. .PP Use \fB--live\fR for real-time updates. Use \fB--compact\fR for a condensed view. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" Check pipeline status for a branch. Defaults to the current branch. .PP \fB-c\fP, \fB--compact\fP[=false] Show status in compact format. .PP \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-l\fP, \fB--live\fP[=false] Show status in real time until the pipeline ends. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. Note: JSON output is not compatible with --live or --compact flags. .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. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # View the pipeline status in real time 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