Manage Wordpress updates, themes and pluging via CLI
It is only possible to install a new WordPress instance with such options:
https://docs.plesk.com/en-US/obsidian/cli-linux/using-command-line-utilities/wptoolkit-wordpress-toolkit.78685/
For example:
plesk ext wp-toolkit --install -domain-name <domain> -auto-updates true -plugins-auto-updates true -themes-auto-updates true
The other way is to manage it via Plesk GUI for existing domains:
https://support.plesk.com/hc/en-us/articles/115002224733
Please add a feature to manage all updates for existing wordpress domains via SSH/WP-CLI
4
votes
Plesk Tech Support
shared this idea
WPT v6.0 adds REST API that allows you to manage all these things w/o opening GUI. Let us know if you have any feedback.
--AK