gh run watch

gh run watch <run-id> [flags]

监控运行,直到它完成,并显示其进度。

此命令不支持通过细粒度 PAT 进行身份验证,因为目前无法创建具有 checks:read 权限的 PAT。

选项

--exit-status
如果运行失败,则以非零状态退出
-i, --interval <int> (默认 3)
刷新间隔(以秒为单位)

从父命令继承的选项

-R, --repo <[HOST/]OWNER/REPO>
使用 [HOST/]OWNER/REPO 格式选择另一个仓库

示例

# Watch a run until it's done
gh run watch

# Run some other command when the run is finished
gh run watch && notify-send 'run is done!'

另请参阅