Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-20 00:24:01 +00:00
parent 16134c78d9
commit 1ec3810968
41 changed files with 352 additions and 139 deletions

29
tldr/rabbitmqctl Normal file
View File

@@ -0,0 +1,29 @@
---
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}}`