You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd want running task run:experimental to give the output:
...other env vars
FOO="bar"
EXPERIMENTAL=true
...other env vars
This is useful if you have a significant about of env vars, but want to override one or two for a particular case. Right now, the env from run:experimental is not inherited by the wrapped task
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Say I have a taskfile like:
I'd want running
task run:experimental
to give the output:This is useful if you have a significant about of env vars, but want to override one or two for a particular case. Right now, the env from
run:experimental
is not inherited by the wrapped taskBeta Was this translation helpful? Give feedback.
All reactions