Expand my Community achievements bar.

SOLVED

vault Export command

Avatar

Level 2

Generally we use vlt export command to export our content from CRX to local file system.

The general syntax is: vlt --credentials admin:admin export -v http:localhost:4503/crx /apps/geometrix . This will export required project from apps. We also have our assets in content and etc.

How ever we also need to export content and etc/design separately.

This creates three export/checkout unnecessarily.

Is there a way, so that we can export/checkout whole project(ie content, apps, etc) using single vlt command? I know this can be achieved using package manager in one go using filter. I want to achieve this using vlt. pl guide if there is a way around using vlt.

1 Accepted Solution

Avatar

Correct answer by
Level 10

THis is not possible with VLT - you need to specify a command for each path. For example /apps/<myproject> , etc 

View solution in original post

2 Replies

Avatar

Level 7

Never came up with this kind of requirement. I would be highly surprised if this could be done OOTB. Lets wait and see what other members of the community have to say about it.

 

Thanks

Tuhin

Avatar

Correct answer by
Level 10

THis is not possible with VLT - you need to specify a command for each path. For example /apps/<myproject> , etc