Skip to content

Instantly share code, notes, and snippets.

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

  • Save wptraining/78c0ddf3f75734a756ca82446120fd2d to your computer and use it in GitHub Desktop.

Select an option

Save wptraining/78c0ddf3f75734a756ca82446120fd2d to your computer and use it in GitHub Desktop.
Things you can do with wp-cli
# Check for plugin updates
wp plugin list
# Check which plugins WP-CLI can update
wp plugin update --all --dry-run
# Update all plugins
wp plugin update --all
# Update a single plugin
wp plugin update smushit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment