Created
March 11, 2019 09:46
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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