Skip to content

Instantly share code, notes, and snippets.

@NorthTexasCreative
Last active January 28, 2020 21:53
Show Gist options
  • Select an option

  • Save NorthTexasCreative/ff663c84d4eb11d3d3772a272d72de0b to your computer and use it in GitHub Desktop.

Select an option

Save NorthTexasCreative/ff663c84d4eb11d3d3772a272d72de0b to your computer and use it in GitHub Desktop.
WP CLI Commands
** Install WP CLI on Windows
curl -L -O https://raw.github.com/wp-cli/builds/gh-pages/phar/wp-cli.phar && echo @ECHO OFF > wp.bat && echo php "%~dp0wp-cli.phar" %* >> wp.bat
**Install WP CLI on Server
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
** Test Install
php wp-cli.phar --info
wp --info
Add User
wp user create username email --role=administrator --user_pass=change-this
Search/Replace Database
wp search-replace <old site> <new site>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment