WeareJH / wf2

PHP environments for Magento 1, Magento 2 & Wordpress
6 stars 3 forks source link

mysql command #79

Closed danslo closed 4 years ago

danslo commented 4 years ago

Would be nice if we could do something like:

wf2 sql "some query"

And this would simply execute the following command in the MySQL container:

mysql -udocker -pdocker docker -e "some query"

And return the results.

shakyShane commented 4 years ago

implemented