Updated
On this page
Poll GitHub Actions for workflow runs tied to a commit SHA and report pass or fail, defaulting to HEAD when no SHA is supplied as argument.
#rlsbl watch
Poll GitHub Actions CI workflow runs for a specific commit SHA and report pass or fail status. Defaults to HEAD if no SHA is provided. Useful after rlsbl release to monitor the publish pipeline.
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--target | str | Registry whose CI workflow to watch (auto-detected if omitted) | |||
--run-id | str | GitHub Actions workflow run ID to poll directly instead of searching by SHA |
#Arguments
| Name | Required | Description |
|---|---|---|
sha | no | Git commit SHA whose CI workflows to monitor (defaults to HEAD if omitted) |