deno run --env-file=.env1 --env-file=.env2 program.ts I expect to see "foobar" as the outputbar, which means ${FOO} was clearly interpolated, but the value was missing. So this leads me to believe that the variables from previous env files are not available in subsequent env files.