You can control your Managed WordPress account through WP-CLI (WordPress Command Line Interface). If you're proficient with command line interfaces, this can be a much simpler way to get around WordPress.
html directory using the following command:
cd html
wp
You can find a full list of commands on the WP-CLI site here.
We have also created a custom command purge which clears your Managed WordPress account's cache.
To update all plugins, run the following command:
wp plugin update --all
To update all themes, run the following command:
wp theme update --all
To repair your database, run the following command:
wp db repair
Article ID: 1167
Created On: Tue, Nov 17, 2020 at 5:26 PM
Last Updated On: Wed, Nov 18, 2020 at 9:29 PM
Online URL: https://www.heartinternet.uk/support/article/use-wp-cli-to-manage-your-site.html