Created
May 7, 2018 18:43
-
-
Save nathanieltubb/7f9e99d44898392e2544a2c1d37a828e to your computer and use it in GitHub Desktop.
Grouping frequently used WP CLI update commands.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wp core update | |
wp plugin list | |
wp plugin update --all | |
wp core language update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment