Unlock Hidden Powers: Transform Your WordPress Workflow with WP-CLI Today!
wp theme install hello-biz --activate
wp theme update
A single command can update all of the themes that have an available update:
wp theme update --all
You can also exclude themes from the update by using the –exclude flag:
wp theme update --all --exclude=twentytwenty
How to manage WordPress comments with WP-CLI
Besides, the wp comment command gives you a quick way to view and delete spam comments on the site, as well as interact with comments in other ways.
You can see the comments on a site by using the following command:



Post Comment