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.