ndmerge diff command
Name
ndmerge diff
- Compare the differences between the specified Next Design files.
Syntax
Specify the target and compare the differences.
ndmerge diff [-o|--own <PATH>] [-b|--base <PATH>] [-t|--other <PATH>] [-l|--leg-level <LEVEL>]
Check command help.
ndmerge diff [-?|-h|--help]
Options
Here are the options for the ndmerge diff
command.
Diff Options
-o|--own <PATH>
(required)- Specify own file for diff.
-b|--base <PATH>
(required)- Specifies the base file for the diff.
-t|--other <PATH>
(required)- Specify the target file for diff.
-l|--log-level <LEVEL>
(optional)- Specify the log output level.
- You can specify the following for
LEVEL
.error
- errorwarn
- Warninginfo
- informationnone
- none
- Initial value is
warn
.
Single option
-?|-h|--help
- Outputs a list of available commands and options.
Example of use
-
Compare the difference in data between the specified model files.
ndmerge diff -o xx/projectX/models/Component-A.nmdl -b yy/projectX/models/Component-A.nmdl -t zz/projectX/models/Component-A.nmdl