https://developer.wordpress.org/cli/commands/
wp media regenerate --yes
- this will regenerate all thumbnails (sizes)
wp site empty --yes
- this will remove all posts, pages, media and comments
wp plugin activate PLUGINNAME
wp plugin deactivate --all
- this will deactivate all plugins
wp plugin delete PLUGINNAME
wp theme activate
wp theme list
wp search-replace 'http://TEST.xyz' 'https://TEST.com' --skip-columns=guid
wp --skip-plugins
wp --prompt
wp --post create --from-post=123
wp plugin deactivate --all