File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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" />
You can’t perform that action at this time.
0 commit comments