Skip to content

Instantly share code, notes, and snippets.

@pixline
Created June 30, 2013 15:10
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 pixline/5895511 to your computer and use it in GitHub Desktop.
Save pixline/5895511 to your computer and use it in GitHub Desktop.
(sample) post-commit wp-cli local routine
#!/bin/bash
wp db reset --yes
wp core install --url=http://plugins.wp --title="plugin dev" --admin_name=plugins --admin_email=plugins@example.org --admin_password=plugins
wp plugin install <plugin_name> --activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment