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
- Host: GitHub
- URL: https://github.com/scriptsmith/diffmig
- Owner: ScriptSmith
- License: mit
- Created: 2021-05-23T10:47:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-08T06:43:20.000Z (over 4 years ago)
- Last Synced: 2025-02-15T06:44:28.154Z (11 months ago)
- Language: Rust
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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
```