pzampino commented on code in PR #940: URL: https://github.com/apache/knox/pull/940#discussion_r1871878393
########## gateway-server/src/main/java/org/apache/knox/gateway/util/KnoxCLI.java: ########## @@ -275,6 +277,12 @@ private int init(String[] args) throws IOException { printKnoxShellUsage(); return -1; } + } else if (args[i].equals("create-list-aliases")) { Review Comment: If the new functionality can be added as an option(s) to the existing command without changing the previous behavior of the existing command (without those options), then I think I would prefer this over an entirely separate command. Ultimately, we're just creating aliases. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@knox.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org