![]() |
![]()
| ![]() |
![]()
NAMEgh-run-watch - Watch a run until it completes, showing its progress SYNOPSISgh run watch <run-id> [flags] DESCRIPTIONWatch a run until it completes, showing its progress. By default, all steps are displayed. The --compact option can be used to only show the relevant/failed steps. This command does not support authenticating via fine grained PATs as it is not currently possible to create a PAT with the checks:read permission. OPTIONS
OPTIONS INHERITED FROM PARENT COMMANDS
EXIT CODES0: Successful execution 1: Error 2: Command canceled 4: Authentication required NOTE: Specific commands may have additional exit codes. Refer to the command's help for more information. EXAMPLE# Watch a run until it's done $ gh run watch # Watch a run in compact mode $ gh run watch --compact # Run some other command when the run is finished $ gh run watch && notify-send 'run is done!' SEE ALSOgh-run(1)
|