2021-03-30 20:35:16 +02:00
|
|
|
# pueue restart
|
|
|
|
|
|
|
|
> Restart tasks.
|
|
|
|
> More information: <https://github.com/Nukesor/pueue>.
|
|
|
|
|
|
|
|
- Restart a specific task:
|
|
|
|
|
|
|
|
`pueue restart {{task_id}}`
|
|
|
|
|
|
|
|
- Restart multiple tasks at once, and start them immediately (do not enqueue):
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`pueue restart {{[-k|--immediately]}} {{task_id}} {{task_id}}`
|
2021-03-30 20:35:16 +02:00
|
|
|
|
|
|
|
- Restart a specific task from a different path:
|
|
|
|
|
|
|
|
`pueue restart --edit-path {{task_id}}`
|
|
|
|
|
|
|
|
- Edit a command before restarting:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`pueue restart {{[-e|--edit]}} {{task_id}}`
|
2021-03-30 20:35:16 +02:00
|
|
|
|
|
|
|
- Restart a task in-place (without enqueuing as a separate task):
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`pueue restart {{[-i|--in-place]}} {{task_id}}`
|
2021-03-30 20:35:16 +02:00
|
|
|
|
|
|
|
- Restart all failed tasks and stash them:
|
|
|
|
|
2025-04-22 06:20:48 +03:00
|
|
|
`pueue restart {{[-a|--all-failed]}} --stashed`
|