Nowadays most CMS provide some kind of cli interface, like ./typo3cms
or in the case of craft ./craft
.
Instead of running ddev exec ./craft do/something
, I'd like to add a web command craft
that tunnels that do/something
, so I can just write ddev craft do/something
.
I understand this is nice to have :-)
But can I have it?