Cli/ref/mw gitlab ci status

From mediawiki.org
< Cli‎ | ref

mw gitlab ci status[edit]

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

mw gitlab ci status [flags]

Examples[edit]

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[edit]

  -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[edit]

      --help              Help for this command
      --no-interaction    Do not ask any interactive questions
  -R, --repo OWNER/REPO   Select another repository using the OWNER/REPO or `GROUP/NAMESPACE/REPO` format or full URL or git URL
  -v, --verbose count     Increase output verbosity. Example: --verbose=2 or -vv

SEE ALSO[edit]