@@ -2115,12 +2115,11 @@ wrangler pages secret bulk [<FILENAME>] [OPTIONS]
21152115
21162116 - The name of your Pages project.
21172117
2118- ---
2119-
21202118# # `pipelines`
21212119:::note
21222120
21232121Pipelines is currently in open beta. Report Pipelines bugs in [GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose).
2122+
21242123:::
21252124
21262125Manage your [Pipelines](/pipelines/) configurations.
@@ -2148,9 +2147,9 @@ wrangler pipelines create <name> --r2 <r2-bucket-name> [OPTIONS]
21482147- ` --compression` string optional
21492148 - Type of compression to apply to output files. Choices: " none" , " gzip" , " deflate"
21502149- ` --filepath` string optional
2151- - The path to store files in the destination bucket. Defaults to event_date=${date} /hr=${hr}
2150+ - The path to store files in the destination bucket. Defaults to ` event_date=${date} /hr=${hr} `
21522151- ` --filename` string optional
2153- - The name of the file in the bucket. Must contain " ${slug} " . File extension is optional. Defaults to ${slug} -${hr} .json
2152+ - The name of the file in the bucket. Must contain ` ${slug} ` . File extension is optional. Defaults to ` ${slug} -${hr} .json`
21542153
21552154# ## `update`
21562155
@@ -2175,9 +2174,9 @@ wrangler pipelines create <name> [OPTIONS]
21752174- ` --compression` string optional
21762175 - Type of compression to apply to output files. Choices: " none" , " gzip" , " deflate"
21772176- ` --filepath` string optional
2178- - The path to store files in the destination bucket. Defaults to event_date=${date} /hr=${hr}
2177+ - The path to store files in the destination bucket. Defaults to ` event_date=${date} /hr=${hr`} `
21792178- ` --filename` string optional
2180- - The name of the file in the bucket. Must contain " ${slug} " . File extension is optional. Defaults to ${slug} -${hr} .json
2179+ - The name of the file in the bucket. Must contain ` ${slug} ` . File extension is optional. Defaults to ` ${slug} -${hr} .json`
21812180
21822181# ## `delete`
21832182
@@ -2187,6 +2186,9 @@ Deletes an existing pipeline
21872186wrangler pipelines delete < name> [OPTIONS]
21882187` ` `
21892188
2189+ - ` name` string required
2190+ - The name of the pipeline to delete
2191+
21902192# ## `list`
21912193
21922194Lists all pipelines in your account.
@@ -2195,7 +2197,6 @@ Lists all pipelines in your account.
21952197wrangler pipelines list [OPTIONS]
21962198` ` `
21972199
2198-
21992200# # `queues`
22002201
22012202:::note
0 commit comments