.nh .TH "glab" "1" "Apr 2024" "Auto generated by spf13/cobra" "" .SH NAME .PP glab-ci-trace - Trace a CI/CD job log in real time .SH SYNOPSIS .PP \fBglab ci trace [] [flags]\fP .SH DESCRIPTION .PP Trace a CI/CD job log in real time .SH OPTIONS .PP \fB-b\fP, \fB--branch\fP="" The branch to search for the job. (Default: 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 .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 ci trace # Interactively select a job to trace $ glab ci trace 224356863 # Trace job with ID 224356863 $ glab ci trace lint # Trace job with the name 'lint' .fi .RE .SH SEE ALSO .PP \fBglab-ci(1)\fP