gh-run

Verified for current stable LTS

Gh Run Commands

Gh Run command syntax with verified terminal examples.

Commands

15 commands for Gh Run

gh-run

Gh Run Command: Check Workflow Failure Status

gh run view <workflow_run_number> --exit-status && <echo "run pending or passed">
gh-run

Gh Run Command: Check Workflow Status And Echo If Passed

gh run view <workflow_run_number> --exit-status && <echo "run pending or passed">
gh-run

Gh Run Command: Display Information About Specific Run

gh run view <workflow_run_number>
gh-run

Gh Run Command: Display Job Log

gh run view -j <job_number> --log
gh-run

Gh Run Command: Display Job Steps Information

gh run view -j <job_number>
gh-run

Gh Run Command: Display Jobs And Wait Until Done

gh run watch <workflow_run_number>
gh-run

Gh Run Command: Interactively Select Active Run And Wait

gh run watch
gh-run

Gh Run Command: Interactively Select And View Run Information

gh run view
gh-run

Gh Run Command: Rerun Specific Workflow

gh run rerun <workflow_run_number>
gh-run

Gh Run Command: View Interactively Select Github Actions Run

gh run view
gh-run

Gh Run Command: View Job Log

gh run view -j <job_number> --log
gh-run

Gh Run Command: View Job Steps Information

gh run view -j <job_number>
gh-run

Gh Run Command: View Specific Workflow Run Information

gh run view <workflow_run_number>
gh-run

Gh Run Command: Watch Active Github Actions Run

gh run watch
gh-run

Gh Run Command: Watch Specific Workflow Run Jobs

gh run watch <workflow_run_number>

Suggest a Gh Run Command

Submit missing workflows, corrections, or verified alternatives for this tool.

FAQ

Coverage: Focused examples for common Gh Run workflows.

Verified version: current stable LTS.

Verification: Test commands in a disposable workspace and submit notes for edge cases.