Skip to content

Instantly share code, notes, and snippets.

@wptraining
Created April 21, 2020 06:16
Show Gist options
  • Select an option

  • Save wptraining/4a55ea9c3d7f0010c04d79f2da7c80a2 to your computer and use it in GitHub Desktop.

Select an option

Save wptraining/4a55ea9c3d7f0010c04d79f2da7c80a2 to your computer and use it in GitHub Desktop.
Things you can do with wp-cli
# Check for theme updates
wp theme list
# Check which themes WP-CLI can update
wp theme update --all --dry-run
# Update all themes
wp theme update --all
# Update one theme
wp theme update twentyseventeen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment