We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb90865 commit d8ac8b2Copy full SHA for d8ac8b2
products/workers/src/content/cli-wrangler/commands.md
@@ -1021,6 +1021,14 @@ y
1021
1022
--------------------------------
1023
1024
+## Environment variables
1025
+
1026
+Wrangler supports any `wrangler.toml` keys passed in as environment variables. This works by passing in `CF_` + any uppercased TOML key. For example:
1027
1028
+`CF_NAME=my-worker CF_ACCOUNT_ID=1234 wrangler dev`
1029
1030
+--------------------------------
1031
1032
## --help
1033
1034
```sh
0 commit comments