I’m working with Drupal on a project right now, and for all its faults, having a command line interface like drush to the Drupal framework is a godsend.

Is there an equivalent for using WordPress to let you control which plugins a site is deployed with, or what default settings should be?

Or is the current best approach just to drop this stuff into wp-config or somewhere similar?

4 s
4

I have been working on a simple and pluggable command line interface. The basic work is done but we now need to start writing more commands (and implement it in plugins). Please feel free to fork and contribute!

You can find the code on Github.

Leave a Reply

Your email address will not be published. Required fields are marked *