summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-06-28 18:12:21 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-06-28 18:12:21 +0300
commit6b65e41330a40060919b0cc19b895a57348493a5 (patch)
treee249093eb33df3b20945c80632832cfa3f886dc2 /docs
parent020fa730ce65e2e19ba6bb483bfc5c458580c533 (diff)
downloadrabbitmq-server-git-6b65e41330a40060919b0cc19b895a57348493a5.tar.gz
CLI: ditto for decode
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmqctl.1.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/rabbitmqctl.1.xml b/docs/rabbitmqctl.1.xml
index 20e695389c..2ec063266a 100644
--- a/docs/rabbitmqctl.1.xml
+++ b/docs/rabbitmqctl.1.xml
@@ -2251,6 +2251,31 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
</varlistentry>
<varlistentry>
+ <!-- one-line formatting matters for rabbit_ctl_usage.erl code generation -->
+ <term><cmdsynopsis><command>decode</command> <arg choice="opt"><replaceable>value</replaceable></arg> <arg choice="opt"><replaceable>passphrase</replaceable></arg></cmdsynopsis>
+ </term>
+ <listitem>
+ <variablelist>
+ <varlistentry>
+ <term>
+ <cmdsynopsis>
+ <arg choice="opt"><replaceable>value</replaceable></arg>
+ <arg choice="opt"><replaceable>passphrase</replaceable></arg>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Value to decrypt (as produced by the encode command) and passphrase.
+ </para>
+ <para role="example-prefix">For example:</para>
+ <screen role="example">rabbitmqctl decode '{encrypted,'&lt;&lt;"..."&gt;&gt;}' mypassphrase</screen>
+ </listitem>
+ </varlistentry>
+ </variablelist>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><cmdsynopsis><command>list_hashes</command></cmdsynopsis></term>
<listitem>
<para>