Pipeline status
pipeline status - Show CI status for the head of trunk
Show the CI pipeline status for the head of the main branch.
This command queries GitHub Actions to display the status of all CI workflows for the latest commit on the main branch. It shows a compact summary of each workflow's status.
Flags
| Flag | Description |
|---|---|
--ref |
Git ref to check (default: main) |
--commit |
Specific commit SHA to check |
Notes
Expected Output:
- Compact summary of all workflow statuses
- Status icons (✓, ✗, ◐, ○) and workflow names
- Exit code 0 if all succeed, 1 if any fail
Examples
pipeline status # Show status for main branch HEAD
pipeline status --ref dev # Show status for dev branch HEAD
pipeline status --commit abc # Show status for specific commit
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.