Forrest logo
back to the pueue tool

pueue-follow:tldr:8aa91

pueue-follow: Follow the output of a task (`stdout` + `stderr`).
$ pueue follow ${task_id}
try on your machine

The command "pueue follow ${task_id}" is used in Pueue, a command-line task management tool for sequential execution of shell commands.

In this command, "${task_id}" is a variable that represents the unique identifier or index of a task in the Pueue task queue. When you execute the command with a specific task ID, it tells Pueue to follow the output of that task in real-time.

By using this command, you can see the live output of a specific task while it's running. This can be useful to monitor the progress or debug a task.

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 pueue tool