From 03604fec639ea3eb88052b7c708219f0da3dfdd5 Mon Sep 17 00:00:00 2001 From: ramadasmr <43576399+ramadasmr@users.noreply.github.com> Date: Sat, 19 Jul 2025 08:29:39 +0530 Subject: [PATCH] rabbitmqctl: add page (#17253) Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Wiktor Perskawiec --- pages/common/rabbitmqctl.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/rabbitmqctl.md diff --git a/pages/common/rabbitmqctl.md b/pages/common/rabbitmqctl.md new file mode 100644 index 0000000000..23edb2a574 --- /dev/null +++ b/pages/common/rabbitmqctl.md @@ -0,0 +1,24 @@ +# rabbitmqctl + +> Manage, configure, and inspect RabbitMQ servers. +> More information: . + +- 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}}`