summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/env
AgeCommit message (Collapse)Author
2023-11-01feat(unstable): `deno run --env` (#20300)Asher Gomez
This change adds the `--env=[FILE]` flag to the `run`, `compile`, `eval`, `install` and `repl` subcommands. Environment variables set in the CLI overwrite those defined in the `.env` file.