summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Watson <watson.timothy@gmail.com>2014-03-14 16:24:13 +0000
committerTim Watson <watson.timothy@gmail.com>2014-03-14 16:24:13 +0000
commit2aeb2d0cefa24540aa5b6e902ed89a7b48ee4400 (patch)
tree831ad7e4792b7d9958bd5b67fd8215e9856b9079 /docs
parenta31dcbe5765b6ce8aae765e2683e012beae36e86 (diff)
downloadrabbitmq-server-2aeb2d0cefa24540aa5b6e902ed89a7b48ee4400.tar.gz
Update rabbitmq-plugins usage
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq-plugins.1.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml
index 8ecb4fc8..f860e9c3 100644
--- a/docs/rabbitmq-plugins.1.xml
+++ b/docs/rabbitmq-plugins.1.xml
@@ -69,7 +69,7 @@
<variablelist>
<varlistentry>
- <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
+ <term><cmdsynopsis><command>list</command> <arg choice="opt">-v</arg> <arg choice="opt">-m</arg> <arg choice="opt">-E</arg> <arg choice="opt">-e</arg> <arg choice="opt">-A</arg> <arg choice="opt">-I</arg> <arg choice="opt"><replaceable>pattern</replaceable></arg></cmdsynopsis></term>
<listitem>
<variablelist>
<varlistentry>
@@ -91,6 +91,16 @@
enabled plugins.</para></listitem>
</varlistentry>
<varlistentry>
+ <term>-A</term>
+ <listitem><para>Show active plugins (running on the broker) that
+ are not explicitly or implicitly enabled.</para></listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>-I</term>
+ <listitem><para>Show in-active plugins (not running on the broker) that
+ are explicitly or implicitly enabled.</para></listitem>
+ </varlistentry>
+ <varlistentry>
<term>pattern</term>
<listitem><para>Pattern to filter the plugin names by.</para></listitem>
</varlistentry>
@@ -102,7 +112,11 @@
enabled, [E] to indicate that it is explicitly enabled,
[e] to indicate that it is implicitly enabled, and [!] to
indicate that it is enabled but missing and thus not
- operational.
+ operational. When a plugin is enabled but not currently
+ active (i.e., running) in the currently targetted broker,
+ [A] is shown, whilst a plugin which is active/running but
+ not currently configured to be enabled is indicated by
+ an [I].
</para>
<para>
If the optional pattern is given, only plugins whose