Abyss-lord commented on PR #8574:
URL: https://github.com/apache/gravitino/pull/8574#issuecomment-3336497931

   > @Abyss-lord Would you like to add some description about how to the new 
cli tool ? I ran
   > 
   > ```
   >  ./distribution/package/bin/gcli.sh --help 
   > ```
   > 
   > and got this error:
   > 
   > ```
   > Error: Unable to access jarfile 
/Users/unknowntpo/xxx/gravitino/gravitino/distribution/package/auxlib/gravitino-cli-1.1.0-SNAPSHOT.jar
   > 
/Users/unknowntpo/xxx/gravitino/gravitino/distribution/package/auxlib/gravitino-cli-1.0.0-SNAPSHOT.jar
   > ```
   
   @unknowntpo After building the CLI JAR, navigate to 
`gravitino/clients/cli/build/libs` and run it with the following command:
   ```bash
   java -cp gravitino-cli-1.1.0-SNAPSHOT.jar org.apache.gravitino.cli.MainCli
   ```
   For compatibility reasons, the existing `gcli.sh` startup script has not 
been modified.


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