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
Santosh Sai

