Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

add doc for DENO_NO_PROMPT #289

Merged
merged 2 commits into from
Apr 18, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions getting_started/setup_your_environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,8 @@ There are several environment variables which can impact the behavior of Deno:
then under the `deno` path.
- `DENO_INSTALL_ROOT` - When using `deno install` where the installed scripts
are stored. This defaults to `$HOME/.deno/bin`.
- `DENO_NO_PROMPT` - Set to disable permission prompts on access (alternative to
passing `--no-prompt` on invocation).
- `DENO_FUTURE_CHECK` - Opt-in to the upcoming behavior of the `deno run`
subcommand that doesn't perform type-checking by default.
- `DENO_WEBGPU_TRACE` - The directory to use for WebGPU traces.
Expand Down