Forrest logo
back to context overview

pueue-log

List of commands for pueue-log:

  • pueue-log:tldr:03602 pueue-log: Show the full output of a task.
    $ pueue log ${task_id}
    try on your machine
    explain this command
  • pueue-log:tldr:a91a4 pueue-log: Show the last few lines of output from all tasks.
    $ pueue log
    try on your machine
    explain this command
  • pueue-log:tldr:b1924 pueue-log: Print a specific number of lines from the tail of output.
    $ pueue log --lines ${number_of_lines} ${task_id}
    try on your machine
    explain this command
  • pueue-log:tldr:c2a76 pueue-log: Show the last few lines of output from several tasks.
    $ pueue log ${task_id} ${task_id}
    try on your machine
    explain this command
back to context overview