justinmclean commented on code in PR #5292: URL: https://github.com/apache/gravitino/pull/5292#discussion_r1841222798
########## docs/cli.md: ########## @@ -523,10 +523,33 @@ gcli role list ```bash gcli role create --role admin - ``` +``` #### Delete a role ```bash gcli role delete --role admin - ``` +``` + +#### Add a role to a user + +```bash +gcli user update --metalake metalake_demo --user new_user --role admin Review Comment: Sure I went this was as Jerry prefered a "less is more approach" ########## docs/cli.md: ########## @@ -523,10 +523,33 @@ gcli role list ```bash gcli role create --role admin - ``` +``` #### Delete a role ```bash gcli role delete --role admin - ``` +``` + +#### Add a role to a user + +```bash +gcli user update --metalake metalake_demo --user new_user --role admin Review Comment: Sure I went this was as Jerry prefered a "less is more" approach -- 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]
