tengqm commented on code in PR #5907:
URL: https://github.com/apache/gravitino/pull/5907#discussion_r1894732360


##########
clients/cli/src/main/java/org/apache/gravitino/cli/CommandActions.java:
##########
@@ -52,6 +54,8 @@ public class CommandActions {
     VALID_COMMANDS.add(PROPERTIES);
     VALID_COMMANDS.add(REVOKE);
     VALID_COMMANDS.add(GRANT);
+    VALID_COMMANDS.add(ENABLE);
+    VALID_COMMANDS.add(DISABLE);

Review Comment:
   > If added as option, isn't that a bit much for the client.
   
   It is fine, IMHO. These are not frequent actions a user would perform every 
now and then.



-- 
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]

Reply via email to