jerryshao commented on code in PR #6686: URL: https://github.com/apache/gravitino/pull/6686#discussion_r2000811867
########## 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' ``` Review Comment: I think using alias can be removed, it is better to use `gcli.sh` instead. -- 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]
