Skip to content
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
11 changes: 11 additions & 0 deletions runtime/reference/env_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,17 @@ variable, and can be helpfully combined with
}
```

:::note Variables with spaces

When setting environment variables that contain space characters in a `.env`
file, ensure you enclose the value in quotes. For example:

```shell
MY_VAR="my value with spaces"
```

:::

## `std/cli`

The Deno Standard Library has a [`std/cli` module](https://jsr.io/@std/cli) for
Expand Down