From d6205e91720c0181a581e805969cb4e3555d192d Mon Sep 17 00:00:00 2001 From: Tim Watson Date: Fri, 14 Mar 2014 16:24:13 +0000 Subject: Update rabbitmq-plugins usage --- docs/rabbitmq-plugins.1.xml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index 8ecb4fc83c..f860e9c327 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -69,7 +69,7 @@ - list -v -m -E -e pattern + list -v -m -E -e -A -I pattern @@ -90,6 +90,16 @@ Show only explicitly or implicitly enabled plugins. + + -A + Show active plugins (running on the broker) that + are not explicitly or implicitly enabled. + + + -I + Show in-active plugins (not running on the broker) that + are explicitly or implicitly enabled. + pattern Pattern to filter the plugin names by. @@ -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]. If the optional pattern is given, only plugins whose -- cgit v1.2.1 From c73380465ebeefb3d1d305646d9b3feda50898c6 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 19 Mar 2014 16:04:07 +0000 Subject: Remove -A and -I options, they are a bit too minority-interest. --- docs/rabbitmq-plugins.1.xml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'docs') diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index f860e9c327..faa0bf41a1 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -69,7 +69,7 @@ - list -v -m -E -e -A -I pattern + list -v -m -E -e pattern @@ -90,16 +90,6 @@ Show only explicitly or implicitly enabled plugins. - - -A - Show active plugins (running on the broker) that - are not explicitly or implicitly enabled. - - - -I - Show in-active plugins (not running on the broker) that - are explicitly or implicitly enabled. - pattern Pattern to filter the plugin names by. -- cgit v1.2.1 From 7866628eedbf92a14ebdda48e3786ccf25705071 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 19 Mar 2014 16:28:18 +0000 Subject: UI tweak: look more like the output of dpkg, with two separate characters to indicate desired / actual status. Also refer to a plugin as being "running" rather than "active" since "active" and "enabled" might get confused. --- docs/rabbitmq-plugins.1.xml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/rabbitmq-plugins.1.xml b/docs/rabbitmq-plugins.1.xml index faa0bf41a1..3b67d0e6b3 100644 --- a/docs/rabbitmq-plugins.1.xml +++ b/docs/rabbitmq-plugins.1.xml @@ -97,16 +97,14 @@ Lists all plugins, their versions, dependencies and - descriptions. Each plugin is prefixed with a status - indicator - [ ] to indicate that the plugin is not - 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. 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]. + descriptions. Each plugin is prefixed with two status + indicator characters inside [ ]. The first indicator can + be " " to indicate that the plugin is not enabled, "E" to + indicate that it is explicitly enabled, "e" to indicate + that it is implicitly enabled, or "!" to indicate that it + is enabled but missing and thus not operational. The + second indicator can be " " to show that the plugin is not + running, or "*" to show that it is. If the optional pattern is given, only plugins whose -- cgit v1.2.1