Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-11-01 | feat(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. |