From da4317977455edefc65f943b815aff36cbd01e47 Mon Sep 17 00:00:00 2001 From: jkoe-cf <152918105+jkoe-cf@users.noreply.github.com> Date: Tue, 29 Oct 2024 08:35:42 -0700 Subject: [PATCH] Adding description as an argument when creating rule for event notifications (#17641) --- 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 a46e394cad3ffc..0096dec333c59e 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -938,6 +938,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`