
vso
List of commands for vso:
-
vso:tldr:07d7c vso: Create an automated task to execute during boot.$ vso create-task --name "${string}" --description "${string}" --command "${command}" --on-boottry on your machineexplain this command
-
vso:tldr:1f547 vso: Create an automated task upon an application's launch.$ vso create-task --name "${string}" --description "${string}" --${select} "${command}" --on-process ${integer}try on your machineexplain this command
-
vso:tldr:21d52 vso: Delete an automated task.$ vso delete-task "${task}"try on your machineexplain this command
-
vso:tldr:75986 vso: Create an automated task to execute during specific battery states.$ vso create-task --name "${string}" --description "${string}" --command "${command}" --${select}try on your machineexplain this command
-
vso:tldr:cd13a vso: Trigger a system update immediately.$ sudo vso trigger-update --nowtry on your machineexplain this command
-
vso:tldr:d5371 vso: Check for package updates and list them.$ sudo vso update-checktry on your machineexplain this command
-
vso:tldr:fc3cf vso: Create an automated task which asks for a confirmation before execution.$ vso create-task --name "${string}" --description "${string}" --command "${command}" --need-confirmtry on your machineexplain this command