Allow generating a preLoad list from existing records (to help ramp-up new devs)
Closed this issue · 1 comments
dynamicdan commented
When a dev leaves or completes a project it would be really nice to provide a config file for next dev so that they simply start up FileSync and then have the same set of records automatically downloaded.
This would greatly help with maintainability and handover of a project!
Would be a simple case of examining the existing files/records that have been downloaded and building a JSON config file with the correct "folders" and "preLoad" definitions. Eg.
./node-darwin --export-setup ~/Desktop/cms.records.config.json
dynamicdan commented
Added support in release 2.4.0 (latest).