rvesse commented on issue #1953: URL: https://github.com/apache/jena/issues/1953#issuecomment-1628822659
I believe that most of the CLI tools are present in the Fuseki JAR distribution but it's non-obvious in that it requires knowing the package and classname of the tool you want to run e.g. ```bash $ java -cp fuseki-server.jar tdb.tdbquery --help tdbquery --loc=<path> --query=<query> ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
