LinuxCommandLibrary

pueue-follow

Follow the output of a currently running task.

TLDR

Follow the output of a task (stdout + stderr)

$ pueue follow [task_id]
copy


Follow stderr of a task
$ pueue follow --err [task_id]
copy

Copied to clipboard