Slide 9
Slide 9 text
Install WP-CLI
# Install WP-CLI
$ curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
# Make the file executable
$ chmod +x wp-cli.phar
# Move it to somewhere in your PATH
$ sudo mv wp-cli.phar /usr/local/bin/wp
# Test WP-CLI.
$ wp —info
Source: wp-cli.org