@@ -65,25 +65,25 @@ rabbitmqadmin help
65
65
which will output a list of command groups:
66
66
67
67
```
68
- Usage: rabbitmqadmin [OPTIONS] <command >
68
+ Usage: rabbitmqadmin [OPTIONS] <COMMAND >
69
69
70
70
Commands:
71
- show overview
72
- list lists objects by type
73
- declare creates or declares things
74
- delete deletes objects
75
- purge purges queues
76
- policies operations on policies
77
- health_check runs health checks
78
- close closes connections
79
- rebalance rebalances queue leaders
80
- definitions operations on definitions (everything except for messages: virtual hosts, queues, streams, exchanges, bindings, users, etc)
81
- export see 'definitions export'
82
- import see 'definitions import'
83
- feature_flags operations on feature flags
84
- deprecated_features operations on deprecated features
85
- publish publishes (inefficiently) message(s) to a queue or a stream. Only suitable for development and test environments.
86
- get fetches message(s) from a queue or stream via polling. Only suitable for development and test environments.
71
+ show Overview, memory footprint breakdown, and more
72
+ list Lists objects
73
+ declare Creates or declares objects
74
+ delete Deletes objects
75
+ purge Purges queues
76
+ policies Operations on policies
77
+ health_check Runs health checks
78
+ close Closes connections
79
+ rebalance Rebalancing of leader replicas
80
+ definitions Operations on definitions (everything except for messages: virtual hosts, queues, streams, exchanges, bindings, users, etc)
81
+ export See 'definitions export'
82
+ import See 'definitions import'
83
+ feature_flags Operations on feature flags
84
+ deprecated_features Operations on deprecated features
85
+ publish Publishes (inefficiently) message(s) to a queue or a stream. Only suitable for development and test environments.
86
+ get Fetches message(s) from a queue or stream via polling. Only suitable for development and test environments.
87
87
shovels Operations on shovels
88
88
federation Operations on federation upstreams and links
89
89
tanzu Tanzu RabbitMQ-specific commands
0 commit comments