:wave: hi folks…. Is there a way to pass environm...
# ask-metaflow
s
👋 hi folks…. Is there a way to pass environment variables so they are available to all steps on a flow besides using
@environment
on each step? thankyou
1
c
You can use
--with=environment:vars='{"key":"value"}'
🙌 1
this 1
s
Yay…..felt like I had to decorate a lot with it otherwise