Forrest logo
back to the gh tool

gh-run:tldr:e7d59

gh-run: Interactively select an active run and wait until it's done.
$ gh run watch
try on your machine

The command "gh run watch" is used in the context of the GitHub CLI (Command Line Interface). It is used to watch a workflow run in real-time.

  • "gh" refers to the GitHub CLI command.
  • "run" specifies that a workflow run is being performed.
  • "watch" tells the CLI to monitor the workflow run in real-time.

When this command is executed, it will display the output of the workflow run as it happens. This can be useful for observing the progress of a workflow, identifying any issues or errors, and obtaining immediate feedback. The command will continue to run until the workflow run is completed or stopped manually by the user.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the gh tool