Unlock Hidden Powers: Transform Your WordPress Workflow with WP-CLI Today!
wp plugin update --all
You can exclude plugins from the update by using the –exclude flag:
wp plugin update --all --exclude=akismet
Excluding a plugin can be useful if you haven’t tested the latest version of a plugin and don’t want to install it.
As you can see below, all plugins have been updated, except for Akismet, as requested.

wp plugin install
WP-CLI can be used to install plugins hosted in the WordPress.org Plugin Directory.
You can also install plugins by entering the path to a local zip file or a URL to a remote zip file.
								


                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
Post Comment