Checkout oak index folder using vlt
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?
