Last active
August 3, 2017 20:51
-
-
Save lukebakken/bd56c416888d5e203f032e41d1700237 to your computer and use it in GitHub Desktop.
rabbitmq-cli-214
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-define(COMMANDS_NOT_REQUIRING_APP, | |
[stop, shutdown, stop_app, start_app, wait, reset, force_reset, rotate_logs, | |
join_cluster, change_cluster_node_type, update_cluster_nodes, | |
forget_cluster_node, rename_cluster_node, cluster_status, status, | |
environment, eval, force_boot, help, hipe_compile, encode, decode, | |
list_ciphers, list_hashes]). | |
stop | |
shutdown | |
stop_app | |
start_app | |
wait | |
reset | |
force_reset | |
rotate_logs | |
join_cluster | |
change_cluster_node_type | |
update_cluster_nodes | |
forget_cluster_node | |
rename_cluster_node | |
cluster_status | |
status | |
environment | |
eval | |
force_boot | |
help | |
hipe_compile | |
encode | |
decode | |
list_ciphers | |
list_hashes] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment