A Wordpress shell
10 Aug 2017At The Mighty my work involves dealing with wordpress extensively. Having a php shell with access to the full wordpress libraries was something I was looking for. I tried couple of php cli hacks before I stumbled on WP CLI. Now getting a php cli with wordpress is as simple as
$ wp shell
As a side note – I created a simple docker container to run wordpress with few extras, here.