Skip to content

Instantly share code, notes, and snippets.

@gboone
Created March 4, 2014 22:55
Show Gist options
  • Select an option

  • Save gboone/9357476 to your computer and use it in GitHub Desktop.

Select an option

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