pzampino commented on code in PR #940: URL: https://github.com/apache/knox/pull/940#discussion_r1835098900
########## 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: Does this need to be a separate command, or could it be another option to the existing create-alias(es) commands? -- 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