Skip to content

Commit 88c9d9b

Browse files
committed
Adding description as an argument when creating rule for event notifications
1 parent 235e0c7 commit 88c9d9b

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
@@ -945,6 +945,8 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
945945
- The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
946946
- `--suffix` <Type text="string" /> <MetaInfo text="optional" />
947947
- The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
948+
- `--description` <Type text="string" /> <MetaInfo text="optional" />
949+
- A description that can make it easier to identify your event notification rule after creation.
948950

949951
### `notification delete`
950952

0 commit comments

Comments
 (0)