HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pueue start — Resume operation of tasks or groups of tasks. See also: `pueue pause`. More information: <https://gi

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandoperationcliresumetasksgroupspueue start

Problem

How to use the pueue start command: Resume operation of tasks or groups of tasks. See also: pueue pause. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Solution

pueue start — Resume operation of tasks or groups of tasks. See also: pueue pause. More information: <https://github.com/Nukesor/pueue#how-to-use-it>.

Resume all tasks in the default group:
pueue start


Resume a specific task:
pueue start {{task_id}}


Resume multiple tasks at once:
pueue start {{task_id}} {{task_id}}


Resume all tasks and start their children:
pueue start {{[-a|--all]}} --children


Resume all tasks in a specific group:
pueue start group {{group_name}}

Code Snippets

Resume all tasks in the default group

pueue start

Resume a specific task

pueue start {{task_id}}

Resume multiple tasks at once

pueue start {{task_id}} {{task_id}}

Resume all tasks and start their children

pueue start {{[-a|--all]}} --children

Resume all tasks in a specific group

pueue start group {{group_name}}

Context

tldr-pages: common/pueue start

Revisions (0)

No revisions yet.