Diff

Command:

LemonTree.Automation.exe diff --mine={minePath} --theirs={theirsPath} [-–base={basePath}] [--sfs]
Argument Description Required
--mine The 'mine' version of the model, often called 'B'. Yes
--theirs The 'theirs' version of the model, often called 'A'. Yes
--base The common base version of the models. If omitted base is set to --theirs.
--sfs Save the session in a session file.

Powershell Example: This performs a three-way diff and saves the session file.

C:\"Program Files"\LieberLieber\LemonTree.Automation\LemonTree.Automation.exe diff --base base.eapx --mine mine.eapx --theirs theirs.eapx --sfs sessionfile.ltsfs
echo Exitcode $LASTEXITCODE
pause