2025-03-14 21:59:59 -06:00
|
|
|
# pueue follow
|
|
|
|
|
|
|
|
|
|
> Follow the output of a currently running task.
|
|
|
|
|
> See also: `pueue log`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Follow the output of a task (`stdout` + `stderr`):
|
|
|
|
|
|
|
|
|
|
`pueue follow {{task_id}}`
|
|
|
|
|
|
|
|
|
|
- Follow `stderr` of a task:
|
|
|
|
|
|
|
|
|
|
`pueue follow --err {{task_id}}`
|