1glab(1) glab(1)
2
3
4
6 glab-ci-view - View, run, trace/logs, and cancel CI/CD jobs current
7 pipeline
8
9
10
12 glab ci view [branch/tag] [flags]
13
14
15
17 Supports viewing, running, tracing, and canceling jobs.
18
19
20 Use arrow keys to navigate jobs and logs.
21
22
23 'Enter' to toggle a job's logs or trace or display a child pipeline
24 (trigger jobs are marked with a »). Supports vi style bindings and ar‐
25 row keys for navigating jobs and logs.
26
27
28
30 -b, --branch="" Check pipeline status for a branch/tag. (Default
31 is the current branch)
32
33
34
36 --help[=false] Show help for command
37
38
39 -R, --repo="" Select another repository using the OWNER/REPO or
40 GROUP/NAMESPACE/REPO format or full URL or git URL
41
42
43
45 glab pipeline ci view # Uses current branch
46 glab pipeline ci view master # Get latest pipeline on master branch
47 glab pipeline ci view -b master # just like the second example
48 glab pipeline ci view -b master -R profclems/glab # Get latest pipeline on master branch of profclems/glab repo
49
50
51
52
53
55 glab-ci(1)
56
57
58
59Auto generated by spf13/cobra Nov 2023 glab(1)