You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- A file containing either [JSON](https://www.json.org/json-en.html) or the [.env](https://www.dotenv.org/docs/security/env) format
743
743
- The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`.
744
-
- The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`.
744
+
- The `.env` file containing [key-value pairs to upload as secrets](/workers/configuration/secrets/#local-development-with-secrets), in the form `SECRET_NAME=secret value`.
745
745
- If omitted, Wrangler expects to receive input from `stdin` rather than a file.
- A file containing either [JSON](https://www.json.org/json-en.html) or the [.env](https://www.dotenv.org/docs/security/env) format
1231
1231
- The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`.
1232
-
- The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`.
1232
+
- The `.env` file containing [key-value pairs to upload as secrets](/workers/configuration/secrets/#local-development-with-secrets), in the form `SECRET_NAME=secret value`.
1233
1233
- If omitted, Wrangler expects to receive input from `stdin` rather than a file.
0 commit comments