justinmclean commented on code in PR #6686: URL: https://github.com/apache/gravitino/pull/6686#discussion_r1992910405
########## docs/cli.md: ########## @@ -17,10 +17,10 @@ Currently, the CLI allows users to view metadata information for metalakes, cata 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' +alias gcli='sh $GRAVITINO_HOME/bin/gcli.sh' ``` -Or you use the `gcli.sh` script found in the `clients/cli/bin/` directory to run the CLI. +Or you use the `gcli.sh` script found in the `/path/to/gravitino/bin/` directory to run the CLI. Review Comment: I'm not sure we use this notation anywhere else might be better the say "found in the Gravitino's bin directory to run" -- 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]
