Github user revans2 commented on a diff in the pull request:
https://github.com/apache/storm/pull/2747#discussion_r201400787
--- Diff: storm-core/src/jvm/org/apache/storm/command/AdminCommands.java ---
@@ -109,6 +133,7 @@ public void printCliHelp(String command, PrintStream
out) {
static {
COMMANDS.put("remove_corrupt_topologies", new
RemoveCorruptTopologies());
COMMANDS.put("zk_cli", new ZkCli());
+ COMMANDS.put("creds", new CredentialsDebug());
--- End diff --
I'll add it in.---
