1GH-STATUS(1) GitHub CLI manual GH-STATUS(1)
2
3
4
6 gh-status - Print information about relevant issues, pull requests, and
7 notifications across repositories
8
9
10
12 gh status [flags]
13
14
15
17 The status command prints information about your work on GitHub across
18 all the repositories you're subscribed to, including:
19
20
21 • Assigned Issues
22
23 • Assigned Pull Requests
24
25 • Review Requests
26
27 • Mentions
28
29 • Repository Activity (new issues/pull requests, comments)
30
31
32
33
35 -e, --exclude <strings>
36 Comma separated list of repos to exclude in owner/name format
37
38
39 -o, --org <string>
40 Report status within an organization
41
42
43
45 $ gh status -e cli/cli -e cli/go-gh # Exclude multiple repositories
46 $ gh status -o cli # Limit results to a single organization
47
48
49
50
51
53 gh(1)
54
55
56
57 Oct 2023 GH-STATUS(1)