Skip to content

Commit da43179

Browse files
jkoe-cfharshil1712
authored andcommitted
Adding description as an argument when creating rule for event notifications (#17641)
1 parent 1349bd9 commit da43179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -938,6 +938,8 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
938938
- The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
939939
- `--suffix` <Type text="string" /> <MetaInfo text="optional" />
940940
- The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
941+
- `--description` <Type text="string" /> <MetaInfo text="optional" />
942+
- A description that can be used to identify the event notification rule after creation.
941943

942944
### `notification delete`
943945

0 commit comments

Comments
 (0)