Contains files specific to the integration with CIM.
Example of how to use the CIM.Differ.CLI.
./CIM.Differ.CLI --previous-state-file='./my-previous-state-file.jsonl' --new-state-file='./my-new-state-file.jsonl' --output-file=''./my-new-outputfile.jsonl''
Example of how to use the CIM.Mapper.CLI.
./CIM.Mapper.CLI --transformation-configuration-file="./TransformationConfig.xml" --new-state-file='specification_one,specification_two,specification_three'
Example of how to use the CIM.PostgresImporter.CLI.
./CIM.PostgresImporter.CLI \
--input-file-path="/home/user/Downloads/n1.jsonl" \
--srid=25812 \
--connection-string="Server=localhost;Port=5432;Database=postgres;User Id=postgres;Password=postgres;"