2025-03-14 21:59:59 -06:00
|
|
|
# pueue follow
|
|
|
|
|
|
|
|
|
|
> 현재 실행 중인 작업의 출력을 따라가기.
|
|
|
|
|
> 같이 보기: `pueue log`.
|
2026-02-18 06:55:01 -07:00
|
|
|
> 더 많은 정보: <https://github.com/Nukesor/pueue#how-to-use-it>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 작업의 출력(`stdout` + `stderr`)을 따라가기:
|
|
|
|
|
|
|
|
|
|
`pueue follow {{작업_아이디}}`
|
|
|
|
|
|
|
|
|
|
- 작업의 `stderr`를 따라가기:
|
|
|
|
|
|
|
|
|
|
`pueue follow --err {{작업_아이디}}`
|