CLI tool to transfer system data between environments

Today I wanted to share an useful tool that I built few months ago to work across environments of the same instance.

The CLI System Data is a command line tool built to simplify some of the data transferring tasks between environments of the same system.

The System Data tool helps you export and import some of the data available in Sugar using JSON data files.

It has been built for Sugar 7.9 and above, as it leverages prepared statements.

You can read more about its features and functionalities on the SugarLabs repository: https://github.com/sugarcrmlabs/SystemData

Cheers