Install WordPress Command Line Interface
Windows wp-cli Installation
- Execute the command below to curl the Phar build of the wp-cli
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
- Execute the command below to verify the Phar build has been curled properly
php wp-cli.phar --info
- Execute the command below to update wp-cli to the most recent version
php wp-cli.phar cli update
- Execute the command below to download core wordpress files
php wp-cli.phar core download