Skip to content

Files

diff

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 18, 2022
Aug 18, 2022
Aug 30, 2022
Aug 18, 2022
Sep 20, 2022
Feb 2, 2025
Feb 2, 2025
Mar 16, 2023
Feb 19, 2025

Datatracker Diff Tool

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.x or later
  • Docker

Usage

  1. From the dev/diff directory, run the command:
npm install
  1. Then run the command:
node cli
  1. Follow the on-screen instructions.