Skip to content

Commit a203abc

Browse files
committed
Small changes to wrangler commands
1 parent 900ba16 commit a203abc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1181,7 +1181,7 @@ wrangler pipelines create <name> --r2 <r2-bucket-name> [OPTIONS]
11811181
- `name` <Type text="string" /> <MetaInfo text="required" />
11821182
- The name of the pipeline to create
11831183
- `--source` <Type text="array" /> <MetaInfo text="optional" />
1184-
- List of alowed sources. Options: 'http' or 'worker'
1184+
- List of alowed sources. Options: 'http' and/or 'worker'
11851185
- `--require-http-auth` <Type text="boolean" /> <MetaInfo text="optional" />
11861186
- Require Cloudflare API token to authenticate with the HTTPS endpoint. Defaults to false.
11871187
- `--cors-origins` <Type text="array" /> <MetaInfo text="optional" />
@@ -1216,7 +1216,7 @@ wrangler pipelines update <name> [OPTIONS]
12161216
- `name` <Type text="string" /> <MetaInfo text="required" />
12171217
- The name of the pipeline to create
12181218
- `--source` <Type text="array" /> <MetaInfo text="optional" />
1219-
- List of alowed sources. Options: 'http' or 'worker'
1219+
- List of alowed sources. Options: 'http' and/or 'worker'
12201220
- `--require-http-auth` <Type text="boolean" /> <MetaInfo text="optional" />
12211221
- Require Cloudflare API token to authenticate with the HTTPS endpoint. Defaults to false.
12221222
- `--cors-origins` <Type text="array" /> <MetaInfo text="optional" />

0 commit comments

Comments
 (0)