justinmclean commented on code in PR #5783:
URL: https://github.com/apache/gravitino/pull/5783#discussion_r1872726075


##########
docs/cli.md:
##########
@@ -688,10 +694,23 @@ gcli group grant --group groupA --role admin
 ```
 
 #### Remove a role from a group
+
 ```bash
 gcli group revoke --group groupA --role admin
 ```
 
+### Grant a privilege
+
+```bash
+gcli catalog grant --name catalog_postgres --role admin --privilege 
create_table modify_table

Review Comment:
   The type of entity is specified as the first argument of the command, it 
would be confusing to the user to add a flag to do this and inconsistent with 
the owner command and all other 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to