justinmclean commented on code in PR #6686:
URL: https://github.com/apache/gravitino/pull/6686#discussion_r2004772602


##########
docs/cli.md:
##########
@@ -10,29 +10,23 @@ 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.
 
-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, modules, columns, 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:
-
-```bash
-alias gcli='java -jar 
../../cli/build/libs/gravitino-cli-*-incubating-SNAPSHOT.jar'
-```
-
-Or you use the `gcli.sh` script found in the `clients/cli/bin/` directory to 
run the CLI.
+To run the Gravitino CLI, please use the `gcli.sh` script located in 
Gravitino's bin directory. if you define the `GRAVITINO_HOME` environment 
variable, which allows you to run the script from any location using 
`$GRAVITINO_HOME/bin/gcli.sh`.

Review Comment:
   I'd change it to 'If you define the `GRAVITINO_HOME` environment variable, 
you can run the script from any location using `$GRAVITINO_HOME/bin/gcli.sh`.". 
Please note it's "If" not "if".



-- 
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]

Reply via email to