Skip to content

Commit 39c1bd1

Browse files
author
Daniil Fedotov
committed
Do not require a node to be running to execute decode, list_ciphers and list_hashes commands
1 parent 0b5aa42 commit 39c1bd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rabbit_control_main.erl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
[stop, shutdown, stop_app, start_app, wait, reset, force_reset, rotate_logs,
124124
join_cluster, change_cluster_node_type, update_cluster_nodes,
125125
forget_cluster_node, rename_cluster_node, cluster_status, status,
126-
environment, eval, force_boot, help, hipe_compile, encode]).
126+
environment, eval, force_boot, help, hipe_compile, encode, decode,
127+
list_ciphers, list_hashes]).
127128

128129
%% [Command | {Command, DefaultTimeoutInMilliSeconds}]
129130
-define(COMMANDS_WITH_TIMEOUT,

0 commit comments

Comments
 (0)