Skip to content

Commit 6b65e41

Browse files
CLI: ditto for decode
1 parent 020fa73 commit 6b65e41

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

docs/rabbitmqctl.1.xml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2250,6 +2250,31 @@ rabbitmqctl encode --cipher blowfish_cfb64 --hash sha256 --iterations 10000 \
22502250
</listitem>
22512251
</varlistentry>
22522252

2253+
<varlistentry>
2254+
<!-- one-line formatting matters for rabbit_ctl_usage.erl code generation -->
2255+
<term><cmdsynopsis><command>decode</command> <arg choice="opt"><replaceable>value</replaceable></arg> <arg choice="opt"><replaceable>passphrase</replaceable></arg></cmdsynopsis>
2256+
</term>
2257+
<listitem>
2258+
<variablelist>
2259+
<varlistentry>
2260+
<term>
2261+
<cmdsynopsis>
2262+
<arg choice="opt"><replaceable>value</replaceable></arg>
2263+
<arg choice="opt"><replaceable>passphrase</replaceable></arg>
2264+
</cmdsynopsis>
2265+
</term>
2266+
<listitem>
2267+
<para>
2268+
Value to decrypt (as produced by the encode command) and passphrase.
2269+
</para>
2270+
<para role="example-prefix">For example:</para>
2271+
<screen role="example">rabbitmqctl decode '{encrypted,'&lt;&lt;"..."&gt;&gt;}' mypassphrase</screen>
2272+
</listitem>
2273+
</varlistentry>
2274+
</variablelist>
2275+
</listitem>
2276+
</varlistentry>
2277+
22532278
<varlistentry>
22542279
<term><cmdsynopsis><command>list_hashes</command></cmdsynopsis></term>
22552280
<listitem>

0 commit comments

Comments
 (0)