vernedeng commented on code in PR #8488:
URL: https://github.com/apache/inlong/pull/8488#discussion_r1259457504
##########
inlong-manager/manager-client-tools/src/main/java/org/apache/inlong/manager/client/cli/CreateCommand.java:
##########
@@ -267,4 +273,76 @@ void run() {
}
}
}
+
+ @Parameters(commandDescription = "Create tenant")
+ private static class CreateTenant extends AbstractCommandRunner {
+
+ @Parameter()
+ private List<String> params;
Review Comment:
What params used for
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]