@@ -56,7 +56,7 @@ Before migrating, please see [Breaking or Potentially Breaking Changes](#breakin
5656
5757## Usage
5858
59- ### Exploring Available Command Groups and Sub-commands
59+ ### Explore Available Command Groups and Sub-commands
6060
6161To explore what command groups are available, use
6262
@@ -115,7 +115,7 @@ To explore commands in a specific group, use
115115rabbitmqadmin {group name} help
116116```
117117
118- ### Exploring the CLI with ` help ` , ` --help `
118+ ### Explore the CLI with ` help ` , ` --help `
119119
120120To learn about what command groups and specific commands are available, run
121121
@@ -250,49 +250,49 @@ Cluster tags "az": "us-east
250250Node tags "environment": "production","instance": "xlarge.m3",
251251```
252252
253- ### Retrieving Basic Node Information
253+ ### Retrieve Basic Node Information
254254
255255``` shell
256256rabbitmqadmin show overview
257257```
258258
259259will display essential node information in tabular form.
260260
261- ### Retrieving Connection, Queue/Stream, Channel Churn Information
261+ ### Retrieve Connection, Queue/Stream, Channel Churn Information
262262
263263Helps assess connection, queue/stream, channel [ churn metrics] ( https://rabbitmq.com/docs/connections#high-connection-churn ) in the cluster.
264264
265265``` shell
266266rabbitmqadmin show churn
267267```
268268
269- ### Displaying the HTTP API Endpoint
269+ ### Display the HTTP API Endpoint
270270
271271To verify the computed HTTP API endpoint URI (useful for troubleshooting):
272272
273273``` shell
274274rabbitmqadmin show endpoint
275275```
276276
277- ### Listing cluster nodes
277+ ### List Cluster Nodes
278278
279279``` shell
280280rabbitmqadmin nodes list
281281```
282282
283- ### Listing virtual hosts
283+ ### List Virtual Hosts
284284
285285``` shell
286286rabbitmqadmin vhosts list
287287```
288288
289- ### Listing users
289+ ### List Users
290290
291291``` shell
292292rabbitmqadmin users list
293293```
294294
295- ### Listing queues
295+ ### List Queues
296296
297297``` shell
298298rabbitmqadmin queues list
@@ -302,7 +302,7 @@ rabbitmqadmin queues list
302302rabbitmqadmin --vhost " monitoring" queues list
303303```
304304
305- ### Listing exchanges
305+ ### List Exchanges
306306
307307``` shell
308308rabbitmqadmin exchanges list
@@ -312,7 +312,7 @@ rabbitmqadmin exchanges list
312312rabbitmqadmin --vhost " events" exchanges list
313313```
314314
315- ### Listing bindings
315+ ### List Bindings
316316
317317``` shell
318318rabbitmqadmin bindings list
@@ -322,7 +322,7 @@ rabbitmqadmin bindings list
322322rabbitmqadmin --vhost " events" bindings list
323323```
324324
325- ### Listing consumers
325+ ### List Consumers
326326
327327``` shell
328328rabbitmqadmin consumers list
@@ -437,7 +437,7 @@ rabbitmqadmin --vhost "events" exchanges unbind --source "events.topic" --destin
437437rabbitmqadmin --vhost " events" exchanges unbind --source " events.fanout" --destination-type " exchange" --destination " events.archived" --routing-key " "
438438```
439439
440- ### Inspecting Node Memory Breakdown
440+ ### Inspect Node Memory Breakdown
441441
442442There are two commands for reasoning about target [ node's memory footprint] ( https://rabbitmq.com/docs/memory-use ) :
443443
0 commit comments