Skip to content

Instantly share code, notes, and snippets.

@miya0001
Last active January 4, 2017 10:18
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miya0001/0686365ad43587b32876a159dbe6ec24 to your computer and use it in GitHub Desktop.
Save miya0001/0686365ad43587b32876a159dbe6ec24 to your computer and use it in GitHub Desktop.
wp-cli
#!/usr/bin/env bash
set -eu
wp @all core verify-checksums
wp @all vackup create
wp @all core update
wp @all core language update
wp @all plugin update --all
wp @all theme update --all
wp @all core verify-checksums
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment