tengqm commented on code in PR #5840: URL: https://github.com/apache/gravitino/pull/5840#discussion_r1881209963
########## docs/cli.md: ########## @@ -8,25 +8,29 @@ last_update: license: 'This software is licensed under the Apache License version 2.' --- -This document provides guidance on managing metadata within Apache Gravitino using the Command Line Interface (CLI). The CLI offers a terminal based alternative to using code or the REST interface for metadata management. +This document provides a guidance on managing metadata within Apache Gravitino using +the Command Line Interface (CLI). The CLI offers a terminal based alternative to +using code or the REST API for metadata management. -Currently, the CLI allows users to view metadata information for metalakes, catalogs, schemas, tables, users, roles, groups, tags, topics and filesets. Future updates will expand on these capabilities. +Currently, the CLI allows users to view metadata information for metalakes, catalogs, +schemas, tables, users, roles, groups, tags, topics and filesets. +Future updates will expand on these capabilities. ## Running the CLI -You can configure an alias for the CLI for ease of use, with the following command: +You can configure an alias for the CLI for ease of use. For example: Review Comment: Okay. I'm not strongly opinionated at this. -- 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]
