plugin-development-docker
plugin-development-docker copied to clipboard
Command to reset MySQL database
While executing tests on my plugins I need to constantly reset the database to clean up tables and test functionalities.
- [ ] The command should reset the database as it was a new fresh WordPress installation.
Won't wp-cli's wp db reset do just that?