Skip to content

Commit c0fce0d

Browse files
Update README.md
1 parent c467832 commit c0fce0d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,13 +738,28 @@ rabbitmqadmin --vhost "vh-1" policies update_definitions_of_all_in \
738738
--new-value "5000000"
739739
```
740740

741+
### Update a Definition Key in All Policies in the Cluster
742+
743+
```shell
744+
rabbitmqadmin policies update_definitions_of_all \
745+
--definition-key "max-length" \
746+
--new-value "5000000"
747+
```
748+
741749
### Delete Definition Keys from All Policies in a Virtual Host
742750

743751
```shell
744752
rabbitmqadmin --vhost "vh-1" policies delete_definition_keys_from_all_in \
745753
--definition-keys max-length,max-length-bytes
746754
```
747755

756+
### Delete Definition Keys from All Policies in the Cluster
757+
758+
```shell
759+
rabbitmqadmin policies delete_definition_keys_from_all \
760+
--definition-keys max-length,max-length-bytes
761+
```
762+
748763

749764
### Import Definitions
750765

0 commit comments

Comments
 (0)