dynamicdan / sn-filesync

2-way sync ServiceNow field values to local files
MIT License
66 stars 37 forks source link

Allow generating a preLoad list from existing records (to help ramp-up new devs) #6

Closed dynamicdan closed 9 years ago

dynamicdan commented 9 years ago

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 9 years ago

Added support in release 2.4.0 (latest).