Is there a way to pass an env var from the local e...
# plugins
r
Is there a way to pass an env var from the local environment downstream to a process in pants? Even using EnvironmentVars and EnvironmentVarsRequest I can't get it pulled in. Do I need to set something somewhere to get to pull it in?
Okay so my issue is that this was executing in a docker environment so now I just need to figure out how to propagate env vars from a local env to docker...