Pipeline Commands
Overview
The pipeline category contains 7 commands for CI/CD orchestration and diagnostics.
Commands
| Command | Description |
|---|---|
| pipeline await-ci | Wait for CI workflows to complete for a specific commit |
| pipeline await-release | Wait for release workflows to complete for a specific commit |
| pipeline check-recent-run | Check if a recent successful workflow run exists |
| pipeline ci | CI orchestration and diagnostics |
| pipeline ci dispatch-and-wait | Wait for GitHub workflow runs to complete |
| pipeline ci get-run-id | Get CI run ID for a workflow and commit SHA |
| pipeline ci summary-link | Generate diagnostic markdown for CI summaries |
| pipeline download-evidence-artifacts | Download test/scan artifacts for evidence building |
| pipeline find-run-id | Find workflow run ID by SHA |
| pipeline get-artifact-id | Get artifact ID from a workflow run |
| pipeline get-tree-files | Get repository file list from GitHub Trees API |
| pipeline run | Execute module pipelines respecting dependencies |
| pipeline status | Show CI status for the head of trunk |
| pipeline wait | Wait for GitHub workflow runs to complete |
Common Use Cases
Local Pipeline Execution
CI Status Monitoring
CI Orchestration
Key Features
- Module-aware build orchestration
- Dependency-based execution order
- GitHub Actions integration
- CI status monitoring
- Workflow diagnostics
See Also
Tutorials | How-to Guides | Explanation | Reference
You are here: Reference — information-oriented technical descriptions of the system.