Provides shell access to JCR system through JCR over WebDAV protocol.
Documentation site: https://bloomreach-forge.github.io/jcr-shell.
You need to open JCR over WebDAV access in your JCR server first.
As an example, you can use the Hippo Repository JCR over WebDAV Support forge module to enable it.
You can find the latest JCR Shell executable JAR artifact in the following Maven Repository:
e.g. http://maven.onehippo.com/maven2-forge/org/onehippo/forge/jcrshell/2.0.0/jcrshell-2.0.0.jar
Execute the JAR like the following:
$ java -jar jcrshell-2.0.0.jar
You can build and run it locally with spring-boot Maven plugin:
$ mvn clean package
$ mvn spring-boot:run
...