shaofengshi commented on code in PR #5293:
URL: https://github.com/apache/gravitino/pull/5293#discussion_r1845992841


##########
docs/cli.md:
##########
@@ -506,6 +507,26 @@ gcli tag update --tag tagA --rename newTag
 gcli tag update --tag tagA --comment "new comment"
 ```
 
+### Owners commands
+
+#### List an owner
+
+```bash
+gcli catalog details --name postgres --owner
+```
+
+#### Set an owner to a user
+
+```bash
+gcli catalog set --name postgres --user admin

Review Comment:
   > Using `set-owner` would not align with that advice.
   
   I don't know why `set-owner` doesn't align with that advice; you mean it is 
not a "verb"?
   But if you look at aws command lines, there are much such sub-commands, for 
example: 
   `aws ec2 describe-instances`, `aws ec2 start-instances --instance-ids 
i-1348636c`, you can see more such commands at 
https://docs.aws.amazon.com/cli/latest/reference/glue/
   
   



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