We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Jackrabbit provides a CLI interface that can be connected to using the standalone jar:
java -jar jackrabbit.jar --cli http://localhost:8080/server
Note that one is automatically connected to the default workspace, connecting to another workspace first requires a logout:
> logout > login admin admin -workspace foobar
You can use the help commend to get more information:
> help > help login
For more information see http://wiki.apache.org/jackrabbit/InteractiveCommandLine