Skip to content

Commit 948aca1

Browse files
committed
secret:bulk -> secret bulk
1 parent 09fbcfe commit 948aca1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Wrangler offers a number of commands to manage your Cloudflare Workers.
2727
- [`r2 bucket`](#r2-bucket) - Manage Workers R2 buckets.
2828
- [`r2 object`](#r2-object) - Manage Workers R2 objects.
2929
- [`secret`](#secret) - Manage the secret variables for a Worker.
30-
- [`secret:bulk`](#secretbulk) - Manage multiple secret variables for a Worker.
30+
- [`secret bulk`](#secretbulk) - Manage multiple secret variables for a Worker.
3131
- [`workflows`](#workflows) - Manage and configure Workflows.
3232
- [`tail`](#tail) - Start a session to livestream logs from a deployed Worker.
3333
- [`pages`](#pages) - Configure Cloudflare Pages.
@@ -730,12 +730,12 @@ npx wrangler secret list
730730

731731
---
732732

733-
## `secret:bulk`
733+
## `secret bulk`
734734

735735
Upload multiple secrets for a Worker at once.
736736

737737
```txt
738-
wrangler secret:bulk [<FILENAME>] [OPTIONS]
738+
wrangler secret bulk [<FILENAME>] [OPTIONS]
739739
```
740740

741741
- `FILENAME` <Type text="string" /> <MetaInfo text="optional" />
@@ -758,7 +758,7 @@ The following is an example of uploading secrets from a JSON file redirected to
758758
```
759759

760760
```sh
761-
npx wrangler secret:bulk < secrets.json
761+
npx wrangler secret bulk < secrets.json
762762
```
763763

764764
```sh output

0 commit comments

Comments
 (0)