From 77ce65d979d9cfed615e3a8df8b30463699ef79f Mon Sep 17 00:00:00 2001 From: jkoe-cf Date: Fri, 18 Oct 2024 13:15:30 -0700 Subject: [PATCH] Adding description as an argument when creating rule for event notifications --- src/content/docs/workers/wrangler/commands.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index 3346194f55b6e1..e14770f48b1531 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -945,6 +945,8 @@ wrangler r2 bucket notification create [OPTIONS] - The prefix that an object must match to emit event notifications (note: regular expressions are not supported). - `--suffix` - The suffix that an object must match to emit event notifications (note: regular expressions are not supported). +- `--description` + - A description that can be used to identify the event notification rule after creation. ### `notification delete`