LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

hub-ci-status

displays the combined CI status for a commit or branch on GitHub

TLDR

Show CI status for current branch
$ hub ci-status
copy
Show CI status for specific ref
$ hub ci-status [branch-name]
copy
Show verbose output
$ hub ci-status -v
copy
Format output
$ hub ci-status -f "[%S %U]"
copy

SYNOPSIS

hub ci-status [options] [ref]

DESCRIPTION

hub ci-status displays the combined CI status for a commit or branch on GitHub. Shows whether checks are pending, passing, or failing. Returns exit code 0 for success, 1 for failure, 2 for pending.

PARAMETERS

-v, --verbose

Show detailed status for each check.
-f, --format fmt
Output format string.

CAVEATS

Hub is deprecated. Consider using gh run list or gh pr checks instead.

SEE ALSO

hub(1), gh-run(1)

Copied to clipboard
Kai