ConsistencyCheck
You can use LemonTree.Automation to run Consistency Checks against the model in your pipeline.
Command:
LemonTree.Automation.exe consistency check --model={modelPath}
Argument | Description | Required |
---|---|---|
--model | The file that contains the 'Model' to be checked. | Yes |
--license | Path to a folder or file with a license. | |
--verbosity | Sets the verbosity level of the logging. |
Powershell Example:
Performs a consistency check and writes the result in a log file.
LemonTree.Automation.exe consistencycheck--model model.eapx > log.txt
echo Exitcode $LASTEXITCODE
pause