pueue-*: add page (#5285)

This commit is contained in:
Anas sheashaey
2021-03-30 20:35:16 +02:00
committed by GitHub
parent cdc37a51d8
commit 7a53944384
22 changed files with 373 additions and 26 deletions

View File

@@ -0,0 +1,28 @@
# 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):
`pueue restart --start-immediately {{task_id}} {{task_id}}`
- Restart a specific task from a different path:
`pueue restart --edit-path {{task_id}}`
- Edit a command before restarting:
`pueue restart --edit {{task_id}}`
- Restart a task in-place (without enqueuing as a separate task):
`pueue restart --in-place {{task_id}}`
- Restart all failed tasks and stash them:
`pueue restart --all-failed --stashed`