Last active
October 20, 2024 08:25
-
-
Save mikeott/d2b0b3bf0f00c20e65c3678bd223d9e4 to your computer and use it in GitHub Desktop.
WPCLI Commands
This file contains 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
ssh [email protected] | |
wp core check-update | |
wp core update | |
wp plugin list | |
wp plugin update --all | |
wp cache flush |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment