You are here

WP-CLI commands

Update WordPress via WP-CLI:

# wp core version
# wp core update

Update WordPress Plugins using WP-CLI

# wp plugin list
# wp plugin update <i>pluginname</i>

Install and Activate WordPress Plugins & Themes via WP-CLI

# wp plugin install Plugin_Name
# wp plugin activate Plugin_Name
code type: 
Taken from: 
https://www.siteground.com/tutorials/wordpress/wp-cli/