WP CLI commands

wp core check-update
wp cache flush
wp plugin list
wp plugin update --all --dry-run
wp plugin update --all
wp core update # https://developer.wordpress.org/cli/commands/core/update/
wp core update-db
wp theme update --all --dry-run
wp theme update --all

wp --info
wp core download
wp plugin install elementor
wp plugin install elementor --activate
wp plugin install duplicator --activate
wp core version


DB EXPORT:

wp db export
wp db export ../db_name.sql

SEARCH and REPLACE in DB (search -> replace):

wp search-replace 'AAAAA' 'BBBBB' --skip-columns=guid --dry-run
wp search-replace 'AAAAA' 'BBBBB' --skip-columns=guid

WP DOCTOR:

wp package install git@github.com:wp-cli/doctor-command.git

wp doctor
wp doctor check --all

https://www.wpoven.com/blog/the-complete-guide-to-master-wp-cli-wp-cli-install-commands/

https://www.siteground.com/tutorials/wordpress/wp-cli/

 

 

Značky