mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
599 B
Plaintext
30 lines
599 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# rabbitmqctl
|
|
|
|
> Manage, configure, and inspect RabbitMQ servers.
|
|
> More information: <https://www.rabbitmq.com/rabbitmqctl.8.html>.
|
|
|
|
- Display the status of the current node:
|
|
|
|
`rabbitmqctl status`
|
|
|
|
- View documentation for RabbitMQ cluster commands:
|
|
|
|
`tldr rabbitmqctl cluster`
|
|
|
|
- View documentation for RabbitMQ user commands:
|
|
|
|
`tldr rabbitmqctl users`
|
|
|
|
- View documentation for RabbitMQ vhosts commands:
|
|
|
|
`tldr rabbitmqctl vhosts`
|
|
|
|
- Learn more about a specific command:
|
|
|
|
`rabbitmqctl help {{command}}`
|