This tool facilitates testing 2 different datatracker instances (with their own database) and look for changes using the diff tool. Everything runs in docker containers.
The source instance will use the code from where it is run. The target instance can be a remote tag / branch / commmit or another local folder.
Requirements
Node
16.xor laterDocker
Usage
From the
dev/diffdirectory, run the command:
npm install
Then run the command:
node cli
Follow the on-screen instructions.