.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-ci-trace - Trace a CI/CD job log in real time. .SH SYNOPSIS \fBglab ci trace [|] [flags]\fP .SH DESCRIPTION Streams the job log to the terminal. The output updates in real time while the job runs. Without a job argument, you can select one interactively. .SH OPTIONS \fB-b\fP, \fB--branch\fP="" The branch to search for the job. Defaults to the current branch. .PP \fB-p\fP, \fB--pipeline-id\fP=0 The pipeline ID to search for the job. .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 # Interactively select a job to trace glab ci trace # Trace job with ID 224356863 glab ci trace 224356863 # Trace job with the name 'lint' glab ci trace lint .EE .SH SEE ALSO \fBglab-ci(1)\fP