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
737
737
- The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`.
738
-
- The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`.
738
+
- 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`.
739
739
- 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
1225
1225
- The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`.
1226
-
- The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`.
1226
+
- 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`.
1227
1227
- If omitted, Wrangler expects to receive input from `stdin` rather than a file.
0 commit comments