An open API service indexing awesome lists of open source software.

https://github.com/scriptsmith/diffmig

Find differences between two registry migrations of the same data
https://github.com/scriptsmith/diffmig

Last synced: 9 months ago
JSON representation

Find differences between two registry migrations of the same data

Awesome Lists containing this project

README

          

# diffmig
```
$ diffmig --help
diffmig 0.1.0
Find differences between two registry migrations of the same data

USAGE:
diffmig [FLAGS]

FLAGS:
--cdes Only compare 'cdes' clinical datum variants
--debug Print debug output
-h, --help Prints help information
-V, --version Prints version information

ARGS:
The path of the old zip file
The path of the new zip file

```