blob: 694c72e4ab40bd5e6f8782e114b405ba56174e41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
|
.Dd December 09, 2018
.Dt GHSTAT 1 URM
.Sh NAME
.Nm ghstat
.Nd Look up and summarize the status of GitHub.
.Sh SYNOPSIS
.Nm
.Op Fl license
.Op Fl message
.Sh DESCRIPTION
.Nm
is a small tool to help users look up information about
.Lk hyperlink: https://github.com GitHub
system status as viewed by their
.Lk hyperlink: https://status.github.com Status API
.
By default this tool will print a very small summary of GitHub status followed by the time the last update was made in RFC 3339 time format.
Here's an example:
.Li $ ghstat
.Li Status: good (2018-12-06T17:09:57Z)
.Bl -tag -width " " -offset indent -compact
.It Fl license
If set, the tool will show its software license details and then exit.
.It Fl message
If set, the tool will show the last status message from GitHub more verbosely like such:
.Li $ ghstat -message
.Li Last message:
.Li Status: good
.Li Message:
.Li Time:
When there is a message relevant to the status, it and its time will be shown here.
.El
.Sh EXAMPLES
.Li ghstat
.Li ghstat -license
.Li ghstat -message
.Sh DIAGNOSTICS
.Ex -std ghstat
.Sh SEE ALSO
.Bl -bullet
.It
.Lk hyperlink: https://github.com GitHub
.It
.Lk hyperlink: https://status.github.com GitHub Status
.El
|