1glab(1)                                                                glab(1)
2
3
4

NAME

6       glab-ci-status  -  View  a  running  CI/CD pipeline on current or other
7       branch specified
8
9
10

SYNOPSIS

12       glab ci status [flags]
13
14
15

DESCRIPTION

17       View a running CI/CD pipeline on current or other branch specified
18
19
20

OPTIONS

22       -b, --branch=""      Check pipeline status for a  branch.  (Default  is
23       current branch)
24
25
26       -c, --compact[=false]      Show status in compact format
27
28
29       -l, --live[=false]      Show status in real-time till pipeline ends
30
31
32

OPTIONS INHERITED FROM PARENT COMMANDS

34       --help[=false]      Show help for command
35
36
37       -R,  --repo=""       Select  another repository using the OWNER/REPO or
38       GROUP/NAMESPACE/REPO format or full URL or git URL
39
40
41

EXAMPLE

43       glab ci status --live
44       glab ci status --compact // more compact view
45       glab ci status --branch=master   // Get pipeline for master branch
46       glab ci status   // Get pipeline for current branch
47
48
49
50
51

SEE ALSO

53       glab-ci(1)
54
55
56
57Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum