Closed kitarek closed 10 years ago
Allows to browse and modify JCR tree in easy and automated manner like UNIX ls, touch and mkdir commands.
This includes:
-l
-s
-a
-n
-v
-c
-t
-d
Tested on:
Merged into 1.2-dev branch
1.2-dev
Allows to browse and modify JCR tree in easy and automated manner like UNIX ls, touch and mkdir commands.
This includes:
-l
listing direct children for a given node-s
listing properties for a given node-a
changing/adding properties for a given node (with-n
and-v
)-c
creating a node (with-t
)-d
deleting a node