I use the below command to checkout apps folder components and it works
vlt --credentials admin:admin co http://localhost:4502/crx/-/jcr:root/apps/dam/gui/coral/components/admin/timeline admintimeline
But, if I use the below to check out oaK:index folder, it says folder don't exist. Do we need to escape any characters for this to work.
vlt --credentials admin:admin co http://localhost:4502/crx/-/jcr:root/oak:index index
Appreciate if someone can comment?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @P_V_Nair,
Please try this
vlt --credentials admin:admin co http://localhost:4502/crx/-/jcr:root/_oak_index index
Generally, repo commands expect the file system path as argument, not the JCR path. Currently the mapping of the vault mapped paths for namespaces in file or directory names is only done in one direction, from mapped to jcr, such as _oak_index
to oak:index
.
Hope that helps!
Regards,
Santosh
Hi @P_V_Nair,
Please try this
vlt --credentials admin:admin co http://localhost:4502/crx/-/jcr:root/_oak_index index
Generally, repo commands expect the file system path as argument, not the JCR path. Currently the mapping of the vault mapped paths for namespaces in file or directory names is only done in one direction, from mapped to jcr, such as _oak_index
to oak:index
.
Hope that helps!
Regards,
Santosh
Thank you @SantoshSai
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies