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" --transformation-specification-name='specification_one,specification_two,specification_three'
Example of how to use the CIM.PostgresImporter.CLI.
./CIM.PostgresImporter.CLI \
--input-file-path="./my-input-file.jsonl" \
--srid=25812 \
--connection-string="Server=localhost;Port=5432;Database=postgres;User Id=postgres;Password=postgres;"
./CIM.TopologyProcessor.CLI \
--input-file="./my-input-file.jsonl" \
--output-file="./my-output-file.jsonl"