1glab(1) glab(1)
2
3
4
6 glab-ci-list - Get the list of CI/CD pipelines
7
8
9
11 glab ci list [flags]
12
13
14
16 Get the list of CI/CD pipelines
17
18
19
21 -o, --orderBy="id" Order pipeline by {id|status|ref|up‐
22 dated_at|user_id}
23
24
25 -p, --page=1 Page number
26
27
28 -P, --per-page=30 Number of items to list per page
29
30
31 --sort="desc" Sort pipeline by {asc|desc}
32
33
34 -s, --status="" Get pipeline with status: {running|pending|suc‐
35 cess|failed|canceled|skipped|created|manual|waiting_for_resource|pre‐
36 paring|scheduled}
37
38
39
41 --help[=false] Show help for command
42
43
44 -R, --repo="" Select another repository using the OWNER/REPO or
45 GROUP/NAMESPACE/REPO format or full URL or git URL
46
47
48
50 glab ci list
51 glab ci list --status=failed
52
53
54
55
56
58 glab-ci(1)
59
60
61
62Auto generated by spf13/cobra Nov 2023 glab(1)