mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 02:53:45 +00:00
Update cheatsheets
This commit is contained in:
25
tldr/rabbitmq-plugins
Normal file
25
tldr/rabbitmq-plugins
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# rabbitmq-plugins
|
||||
|
||||
> Manage RabbitMQ plugins.
|
||||
> More information: <https://www.rabbitmq.com/docs/man/rabbitmq-plugins.8.html>.
|
||||
|
||||
- List plugins:
|
||||
|
||||
`rabbitmq-plugins list`
|
||||
|
||||
- Enable a plugin:
|
||||
|
||||
`rabbitmq-plugins enable {{plugin}}`
|
||||
|
||||
- Disable a plugin:
|
||||
|
||||
`rabbitmq-plugins disable {{plugin}}`
|
||||
|
||||
- Enable a plugin and disable the rest:
|
||||
|
||||
`rabbitmq-plugins set {{plugin}}`
|
||||
Reference in New Issue
Block a user