Skip to content

Instantly share code, notes, and snippets.

@bstonedev
Created May 16, 2023 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bstonedev/f79ab4cba9045522ceb302fab9f44b10 to your computer and use it in GitHub Desktop.
Save bstonedev/f79ab4cba9045522ceb302fab9f44b10 to your computer and use it in GitHub Desktop.
install wp cli
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
php wp-cli.phar --info
alias wp="php wp-cli.phar"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment