gh-run
Verified for current stable LTS
Gh Run Command: Watch Specific Workflow Run Jobs
Use for watch specific workflow run jobs with Gh Run. Exact CLI syntax to watch specific workflow run jobs using Gh Run.
When to use this: Use for watch specific workflow run jobs with Gh Run.
Command Syntax
gh run watch <workflow_run_number> gh run watch <workflow_run_number> Command Breakdown
gh is the base executable for this command.
FAQ
Purpose: Exact syntax to watch specific workflow run jobs using Gh Run.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Gh Run Command: Check Workflow Failure Status
gh run view <workflow_run_number> --exit-status && <echo "run pending or passed"> 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 Command: Display Information About Specific Run gh run view <workflow_run_number> Gh Run Command: Display Job Log gh run view -j <job_number> --log Gh Run Command: Display Job Steps Information gh run view -j <job_number>