v2.2.0 release
#62 - Implemented omc mc diff
command to check machineConfig
difference:
$ omc mc diff <machineConfig1> <machineConfig2>
It is also possible to change the default tool used to check file difference (as the default one is vimdiff
) by running:
omc config --diff-command=<diff_tool_to_use>