Forrest logo
back to context overview

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-boot
    try on your machine
    explain 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 machine
    explain this command
  • vso:tldr:21d52 vso: Delete an automated task.
    $ vso delete-task "${task}"
    try on your machine
    explain 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 machine
    explain this command
  • vso:tldr:cd13a vso: Trigger a system update immediately.
    $ sudo vso trigger-update --now
    try on your machine
    explain this command
  • vso:tldr:d5371 vso: Check for package updates and list them.
    $ sudo vso update-check
    try on your machine
    explain 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-confirm
    try on your machine
    explain this command
back to context overview