shaofengshi commented on code in PR #5331: URL: https://github.com/apache/gravitino/pull/5331#discussion_r1861592371
########## docs/cli.md: ########## @@ -591,3 +596,36 @@ gcli group grant --group groupA --role admin ```bash gcli group revoke --group groupA --role admin ``` + +### Topic commands + +#### Display a topic's details + +```bash +gcli topic details --name kafka.default --topic topic3 Review Comment: this should be in the same style as table's: "gcli table details --name catalog_postgres.hr.departments" Why not merge the "topic" name into "name" option? -- 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]
