I want to be able to kickoff a stack with it's vagrant file generated by initiating a CLI command of sorts, ie
generate-microservice --os=centos --version=7 --framework=lumen --dns=microservice1.localhost
and have it generate the vagrant box for me, with the os centos version 7, framework lumen, and update my vhosts file to have microservice1.localhost pointed to whatever IP the vagrant box picks up.
Is there something in place that already does this?