Support multiple environments
Closed this issue · 1 comments
paganotoni commented
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.
paganotoni commented
This one is solved :)