Skip to content

Instantly share code, notes, and snippets.

@nathanieltubb
Created May 7, 2018 18:43
Show Gist options
  • Save nathanieltubb/7f9e99d44898392e2544a2c1d37a828e to your computer and use it in GitHub Desktop.
Save nathanieltubb/7f9e99d44898392e2544a2c1d37a828e to your computer and use it in GitHub Desktop.
Grouping frequently used WP CLI update commands.
#!/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