Skip to content

v2.2.0 release

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Nov 16:27
· 206 commits to main since this 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>