shaofengshi commented on code in PR #5331: URL: https://github.com/apache/gravitino/pull/5331#discussion_r1862082703
########## docs/cli.md: ########## @@ -506,6 +506,38 @@ gcli tag update --tag tagA --rename newTag gcli tag update --tag tagA --comment "new comment" ``` +### Topic commands + +#### Display a topic's details + +```bash +gcli topic details --metalake metalake_demo --name kafka.default --topic topic3 Review Comment: I prefer to the full name, without "--topic" option. I also have a quick conversation with Jerry, we all think this is better. -- 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]
