1hub-ci-status(1)                  hub manual                  hub-ci-status(1)
2
3
4

NAME

6       hub-ci-status - Display status of GitHub checks for a commit.
7

SYNOPSIS

9       hub ci-status [-v] [COMMIT]
10

OPTIONS

12       -v, --verbose
13           Print detailed report of all status checks and their URLs.
14
15       -f, --format FORMAT
16           Pretty print all status checks using FORMAT (implies --verbose).
17           See the "PRETTY FORMATS" section of git-log(1) for some additional
18           details on how placeholders are used in format. The available
19           placeholders for issues are:
20
21           %U: the URL of this status check
22
23           %S: check state (e.g. "success", "failure")
24
25           %sC: set color to red, green, or yellow, depending on state
26
27           %t: name of the status check
28
29       --color[=WHEN]
30           Enable colored output even if stdout is not a terminal. WHEN can be
31           one of "always" (default for --color), "never", or "auto"
32           (default).
33
34       COMMIT
35           A commit SHA or branch name (default: "HEAD").
36
37       Possible outputs and exit statuses:
38
39       · success, neutral: 0
40       · failure, error, action_required, cancelled, timed_out: 1
41       · pending: 2
42

SEE ALSO

44       hub-pull-request(1), hub(1)
45
46
47
48
49hub version 2.12.8                03 Oct 2019                 hub-ci-status(1)
Impressum