Skip to content

Instantly share code, notes, and snippets.

@WordPress-Handbuch
Created March 11, 2019 09:46
Show Gist options
  • Save WordPress-Handbuch/ceba2d85a92c1ff9a6667839ff6c52ec to your computer and use it in GitHub Desktop.
Save WordPress-Handbuch/ceba2d85a92c1ff9a6667839ff6c52ec to your computer and use it in GitHub Desktop.
Four WP-CLI commands to install and test the tool, and to test the checksums of the WordPress core and all plugins
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
php wp-cli.phar core verify-checksums
php wp-cli.phar plugin verify-checksums --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment