WP-CLI, a tool not too familiar by many developers, and that is a shame. WP-CLI can speed up your development and maintenance time a lot by just typing a few commands in the terminal.
Have you ever had to do any of those actions:
- Installing wordpress?
- Get a status overview of all your plugins?
- Updating all your plugins?
- Installing a new theme?
- Do a bulk import of images?
- Regenerating images?
- Backup up your database?
- Replace strings after a migration?
If you answered “yes” on at least one of those tasks, then WP-CLI is for you. In my presentation I will show you how to use WP-CLI to all those tasks with just one command in the terminal.