Unlock Hidden Powers: Transform Your WordPress Workflow with WP-CLI Today!
Finally, you can install and update plugins from other sources using WP-CLI. This won’t work for all plugins, as you’ll need to enter their URL, and WP-CLI must be able to access the ZIP file. However, if the files are accessible, then you should be able to install them.
Let’s have a look at some of the most useful wp plugin commands.
wp plugin list
Use the following command to see which plugins are installed on the site:
wp plugin list

This command not only lists all the plugins installed on the site, but also displays their status, version number, and whether an update is available.
								


                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
                                    
Post Comment