Created
April 21, 2020 06:18
-
-
Save wptraining/78c0ddf3f75734a756ca82446120fd2d to your computer and use it in GitHub Desktop.
Things you can do with wp-cli
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
| # 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