wp cli

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