diff options
| author | Daniil Fedotov <dfedotov@pivotal.io> | 2016-08-26 11:33:38 +0100 |
|---|---|---|
| committer | Daniil Fedotov <dfedotov@pivotal.io> | 2016-08-26 11:33:38 +0100 |
| commit | c12d5a6c9a77a670614b04a64df73263d64789f7 (patch) | |
| tree | 3c752744f11899eed3d258c6d6186cc705fdf9e7 | |
| parent | 3234494e06c3c8f8d8b85573212806492fecdc5e (diff) | |
| download | rabbitmq-server-git-c12d5a6c9a77a670614b04a64df73263d64789f7.tar.gz | |
Usage for operator policy management commands
| -rw-r--r-- | docs/rabbitmqctl.1.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml index 34b7cc912c..fe60e1a6d2 100644 --- a/docs/rabbitmqctl.1.xml +++ b/docs/rabbitmqctl.1.xml @@ -1209,6 +1209,30 @@ </para> </listitem> </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>set_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="opt">--priority <replaceable>priority</replaceable></arg> <arg choice="opt">--apply-to <replaceable>apply-to</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg> <arg choice="req"><replaceable>pattern</replaceable></arg> <arg choice="req"><replaceable>definition</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Sets an operator policy override. See <command>set_policy</command> for more info. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>clear_operator_policy</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg> <arg choice="req"><replaceable>name</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Clears an operator policy override. See <command>clear_policy</command> for more info. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><cmdsynopsis><command>list_operator_policies</command> <arg choice="opt">-p <replaceable>vhost</replaceable></arg></cmdsynopsis></term> + <listitem> + <para> + Lists operator policy overrides for a virtual host. See <command>list_policies</command> for more info. + </para> + </listitem> + </varlistentry> </variablelist> </refsect2> |
