How do I switch workspace in jackrabbit-standalone
command line client? I have version 2.4.3
.
I connect like this:
java -jar jackrabbit-standalone-2.4.3.jar --cli rmi://localhost:1100/jackrabbit
It logs me as anonymous, so I switch to admin like this:
[/] > logout
elapsed time: 2 ms.
[not logged in] > login admin admin
elapsed time: 21 ms.
[/] > info
Repository: rmi://localhost:1100/jackrabbit
User : admin
Workspace : default
Node : /
Session is live.
Session has no changes.
How do I switch workspace from default? I couldn't find any information in help
command. It only says how to create new workspace or how to clone or copy nodes into another workspace.