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
schema: Support expansion of existing environment variables
Support a `state.#Env.expandVariables` option that tells the compiler to
expand existing variables within other environment variable values.
This is essential for supporting use cases where an existing environment
variable needs to be appended, such as `{ PATH: "$PATH:/other/bin" }`.