Skip to content

Commit c714604

Browse files
jonesphillipelithrar
authored andcommitted
Updating docs to reflect changed Wrangler r2 bucket notification command (#16897)
1 parent ae61b48 commit c714604

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
963963

964964
### `notification delete`
965965

966-
Remove a rule from a bucket's [event notification](/r2/buckets/event-notifications/) configuration.
966+
Remove an event notification rule from a bucket's [event notification](/r2/buckets/event-notifications/) configuration.
967967

968968
```txt
969969
wrangler r2 bucket notification delete <NAME> [OPTIONS]
@@ -976,16 +976,16 @@ wrangler r2 bucket notification delete <NAME> [OPTIONS]
976976
- `--rule` string optional
977977
- The ID of the event notification rule to delete.
978978

979-
### `notification get`
979+
### `notification list`
980980

981-
List the [event notification](/r2/buckets/event-notifications/) configurations for a bucket.
981+
List the [event notification](/r2/buckets/event-notifications/) rules for a bucket.
982982

983983
```txt
984-
wrangler r2 bucket notification get <NAME>
984+
wrangler r2 bucket notification list <NAME>
985985
```
986986

987987
- `NAME` string required
988-
- The name of the R2 bucket to get event notification configurations for.
988+
- The name of the R2 bucket to get event notification rules for.
989989

990990
### `sippy enable`
991991

0 commit comments

Comments
 (0)