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

NAME

6       glab-ci-get  -  Get  JSON of a running CI/CD pipeline on the current or
7       other specified branch
8
9
10

SYNOPSIS

12       glab ci get [flags]
13
14
15

DESCRIPTION

17       Get JSON of a running CI/CD pipeline on the current or other  specified
18       branch
19
20
21

OPTIONS

23       -b,  --branch=""       Check  pipeline status for a branch. (Default is
24       current branch)
25
26
27       -o, --output-format="text"      Format output as: text, json
28
29
30       -p, --pipeline-id=0      Provide pipeline ID
31
32
33       --with-variables[=false]      Show variables  in  pipeline  (maintainer
34       role required)
35
36
37

OPTIONS INHERITED FROM PARENT COMMANDS

39       --help[=false]      Show help for command
40
41
42       -R,  --repo=""       Select  another repository using the OWNER/REPO or
43       GROUP/NAMESPACE/REPO format or full URL or git URL
44
45
46

EXAMPLE

48       glab ci get
49       glab ci -R some/project -p 12345
50
51
52
53
54

SEE ALSO

56       glab-ci(1)
57
58
59
60Auto generated by spf13/cobra      Nov 2023                            glab(1)
Impressum