This message was deleted.
# general
s
This message was deleted.
w
Looks reasonable to me! You could probably simplify a little by “transposing” your environments variable - make it an array of objects instead of an object of arrays - then doing
for env in environments
.
m
You shouldnt use
__opts__
but instead just
opts