Is there any easy to switch the environment used ...
# development
w
Is there any easy to switch the environment used on a BuiltPackage Getter programmatically? The environment seems to be inferred from the end of the chain, but it's getting me into a dependency cycle - as one of the targets I want to build a package for (which doesn't explicitly have an
environment
field - is getting built by the downstream env)
1
Ah, I think I got it - I used the dict form of Get - and passed in an environment (similar to what happens in
package.py
), but the piece of the puzzle that I was getting wrong is that I can't specify the environment - I have to run through a Getter to request it