mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-07 15:35:49 +02:00
rabbitmqctl: add page (#17253)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
This commit is contained in:
parent
2fe24c78f7
commit
03604fec63
1 changed files with 24 additions and 0 deletions
24
pages/common/rabbitmqctl.md
Normal file
24
pages/common/rabbitmqctl.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue