
pueue-restart
List of commands for pueue-restart:
-
pueue-restart:tldr:42b6d pueue-restart: Restart a specific task from a different path.$ pueue restart --edit-path ${task_id}try on your machineexplain this command
-
pueue-restart:tldr:511f0 pueue-restart: Restart a task in-place (without enqueuing as a separate task).$ pueue restart --in-place ${task_id}try on your machineexplain this command
-
pueue-restart:tldr:63132 pueue-restart: Restart all failed tasks and stash them.$ pueue restart --all-failed --stashedtry on your machineexplain this command
-
pueue-restart:tldr:742fe pueue-restart: Restart multiple tasks at once, and start them immediately (do not enqueue).$ pueue restart --start-immediately ${task_id} ${task_id}try on your machineexplain this command
-
pueue-restart:tldr:cfe7b pueue-restart: Restart a specific task.$ pueue restart ${task_id}try on your machineexplain this command
-
pueue-restart:tldr:d2082 pueue-restart: Edit a command before restarting.$ pueue restart --edit ${task_id}try on your machineexplain this command