Force re-install all plugins with WP-CLI

In the category of handy snippets I sometimes use. This one lets you install all plugins. Sometimes a deployment gets cut of or isn’t succesfull for some weird reason and I’m gettings errors while loading WordPress. I’m adding —skip-plugins because most of the times a plugins is borked. And I’m adding –skip-themes just in case […]

Read more about Force re-install all plugins with WP-CLI

Talking at WP Meetup Rotterdam 2013

I’m pleased to announce that I will be speaking at the WP Meetup Rotterdam upcomming 25th of November. I’ll be doing a talk about “How to simplify day to day WordPress tasks with WP-CLI”. WP-CLI is a command line tool that has helped dozen other developers around the world do some cool stuff. Just like […]

Read more about Talking at WP Meetup Rotterdam 2013

WordPress scaffolding with WP-CLI

So when I got introduced too Ruby (RoR) and its possibility to generate prefab code from the command-line with a single command I wanted this for WordPress. And especially in combination with WP-CLI.

Read more about WordPress scaffolding with WP-CLI