vault Export command | Community
Skip to main content
New Participant
May 11, 2016
Solved

vault Export command

  • May 11, 2016
  • 2 replies
  • 814 views

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.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

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

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
May 30, 2016

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

Tuhin_Ghosh
New Participant
May 11, 2016

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