1glab(1) glab(1)
2
3
4
6 glab-incident-view - Display the title, body, and other information
7 about an incident.
8
9
10
12 glab incident view [flags]
13
14
15
17 Display the title, body, and other information about an incident.
18
19
20
22 -c, --comments[=false] Show incident comments and activities
23
24
25 -p, --page=1 Page number
26
27
28 -P, --per-page=20 Number of items to list per page
29
30
31 -s, --system-logs[=false] Show system activities / logs
32
33
34 -w, --web[=false] Open incident in a browser. Uses default browser
35 or browser specified in BROWSER variable
36
37
38
40 --help[=false] Show help for command
41
42
43 -R, --repo="" Select another repository using the OWNER/REPO or
44 GROUP/NAMESPACE/REPO format or full URL or git URL
45
46
47
49 glab incident view 123
50 glab incident show 123
51 glab incident view --web 123
52 glab incident view --comments 123
53 glab incident view https://gitlab.com/NAMESPACE/REPO/-/issues/incident/123
54
55
56
57
58
60 glab-incident(1)
61
62
63
64Auto generated by spf13/cobra Nov 2023 glab(1)