cli/docs/source/ci/status.md

1.2 KiB

stage group info
Create Code Review To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments

glab ci status

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

glab ci status [flags]

Aliases

stats

Examples

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

Options

  -b, --branch string   Check pipeline status for a branch. (Default is current branch)
  -c, --compact         Show status in compact format
  -l, --live            Show status in real-time till pipeline ends

Options inherited from parent commands

      --help              Show help for command
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL