diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 9eb040eee4568e..c972c42e23f829 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -741,7 +741,7 @@ wrangler secret bulk [] [OPTIONS] - `FILENAME` - A file containing either [JSON](https://www.json.org/json-en.html) or the [.env](https://www.dotenv.org/docs/security/env) format - The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`. - - The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`. + - 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`. - If omitted, Wrangler expects to receive input from `stdin` rather than a file. - `--name` - Perform on a specific Worker rather than inheriting from the [Wrangler configuration file](/workers/wrangler/configuration/). @@ -1229,7 +1229,7 @@ wrangler pages secret bulk [] [OPTIONS] - `FILENAME` - A file containing either [JSON](https://www.json.org/json-en.html) or the [.env](https://www.dotenv.org/docs/security/env) format - The JSON file containing key-value pairs to upload as secrets, in the form `{"SECRET_NAME": "secret value", ...}`. - - The `.env` file containing key-value pairs to upload as secrets, in the form `SECRET_NAME=secret value`. + - 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`. - If omitted, Wrangler expects to receive input from `stdin` rather than a file. - `--project-name` - The name of your Pages project.