justinmclean commented on code in PR #5618: URL: https://github.com/apache/gravitino/pull/5618#discussion_r1853316598
########## docs/cli.md: ########## @@ -522,51 +533,15 @@ gcli tag update --tag tagA --rename newTag gcli tag update --tag tagA --comment "new comment" ``` -### Role commands +### Authentication -#### Display role details +#### Simple authentication ```bash -gcli role details --role admin -``` - -#### List all roles - -```bash -gcli role list -``` - -#### Create a role - -```bash -gcli role create --role admin -``` - -#### Delete a role +gcli <normal command> --simple Review Comment: Not related to this PR. However, we could possibly do it that way, but as this is the only authentication type that will be directly supported via the command line as others will be supported via the configuration file. -- 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]
