← 返回命令列表

Linux command

hub-ci-status 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show CI status for current branch

hub ci-status

Show CI status for specific ref

hub ci-status [branch-name]

Show verbose output

hub ci-status -v

Format output

hub ci-status -f "[%S %U]"

说明

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.

参数

-v, --verbose
Show detailed status for each check.
-f, --format _fmt_
Output format string.

FAQ

What is the hub-ci-status command used for?

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.

How do I run a basic hub-ci-status example?

Run `hub ci-status` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -v, --verbose do in hub-ci-status?

Show detailed status for each check.