justinmclean commented on code in PR #5331: URL: https://github.com/apache/gravitino/pull/5331#discussion_r1849690364
########## 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: The owner code has not been merged yet and that will be fixed when that happens. We could use the full entity name and drop the --topic flag, but it may confuse users as tables and topics are at the same level. I am okay with either way to do it. -- 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]
