In the console, you can issue the man wo command to learn more.
wo update
Update site configuration according to specified options. Example:
wo update site.tld --php82
will update site.tld to PHP 8.2.
Without argument, the command wo update will update WordOps only if a newer version is available (https://docs.wordops.net/commands/update/). Example:
root@site.tld:~# wo update
WordOps changelog available on https://github.com/WordOps/WordOps/releases/tag/v3.21.3
Do you want to continue:[y/N]
##################################################################
wo maintenance
this one is the same as:
apt update && apt dist-upgrade && apt autoremove --purge && apt autoclean
Source:
https://docs.wordops.net/commands/maintenance/
Example:
root@site.tld:~# wo maintenance
updating apt-cache, please wait...
updating packages, please wait...
cleaning-up packages, please wait...