Updated
On this page
Poll GitHub Actions CI workflow runs for a specific commit SHA and report pass or fail status.
#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.
Effect: mutating
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--target | str | optional | Registry whose CI workflow to watch (auto-detected if omitted) | ||
--run-id | list[str] (unique) | optional | GitHub Actions workflow run ID to poll directly instead of searching by SHA |
#Arguments
| Name | Type | Presence | Description |
|---|---|---|---|
sha | str | optional | Git commit SHA whose CI workflows to monitor (defaults to HEAD if omitted) |