Abyss-lord opened a new pull request, #6686: URL: https://github.com/apache/gravitino/pull/6686
### What changes were proposed in this pull request? fix CLI.sh can't find the Jar 1. Changing the packaging flow, Copy the CLI-related jars to `package/libs` and add gcli.sh to `bin`. 2. change some docs file. ### Why are the changes needed? Fix: #6603 ### Does this PR introduce _any_ user-facing change? yes, If user set the `GRAVITINO_HOME` environment variable, then can create a convenient alias by running alias `gcli='sh $GRAVITINO_HOME/bin/gcli.sh'`. After that, user will be able to use the `gcli` tool directly from anywhere in their terminal. ### How was this patch tested? local test.   -- 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]
