Skip to content

Instantly share code, notes, and snippets.

@gboone
Created March 4, 2014 22:55
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 gboone/9357476 to your computer and use it in GitHub Desktop.
Save gboone/9357476 to your computer and use it in GitHub Desktop.
WP-CLI notes
  • Will install a plugin from a url: wp plugin install https://github.com/gboone/simple-open-graph/archive/master.zip --activate
  • GitHub will make a different zip file for every branch, tag, or even commit, observe! https://github.com/gboone/open-graph-control/archive/4c4611a9c35f269d5d5dab7b6a8fc6697e0a5341.zip
  • Thus wp plugin install https://github.com/gboone/open-graph-control/archive/4c4611a9c35f269d5d5dab7b6a8fc6697e0a5341.zip --activate will install and activate the plugin at that specific commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment