glab-ci-status - Man Page

View a running CI/CD pipeline on current or other branch specified

Synopsis

glab ci status [flags]

Description

View a running CI/CD pipeline on current or other branch specified

Options

-b, --branch="" Check pipeline status for a branch. (Default is current branch)

-c, --compact[=false] Show status in compact format

-l, --live[=false] Show status in real-time till pipeline ends

Options Inherited from Parent Commands

--help[=false] Show help for command

-R, ā€‰--repo="" Select another repository using the OWNER/REPO or GROUP/NAMESPACE/REPO
format or full URL or git URL

Example

glab ci status --live
glab ci status --compact // more compact view
glab ci status --branch=master   // Get pipeline for master branch
glab ci status   // Get pipeline for current branch

See Also

glab-ci(1)

Referenced By

glab-ci(1).

Apr 2024 Auto generated by spf13/cobra