wawandco/transporter

Support multiple environments

Closed this issue · 1 comments

Transporter needs to support multiple environments like development, production and testing.

Our goal here is to run something like

$ transporter up development
$ transporter up production

And if there is not such environment on the configuration file we should panic.

This one is solved :)