Overview
This is a list of features LemonTree.Connect.Automation has implemented. Click on a link to see details. All commands and options are case-insensitive.
License
All commands can be extended with a --license option to ensure a specific license is being used. This option takes either an folder or a .lic-file directly.
If a folder is specified, the first found .lic license is used. For more information on licenses please check the License section or contact support@lieberlieber.com.
Logging
Lemontree Automation logs to the console by default and saves the log file in %appdata%\LieberLieber\LemonTree.Connect.Polarion.Automation
.
Exit codes
The following exit codes can be produced by LemonTree.Connect.Automation:
Some consoles only use postive numbers between 0 and 255 as exit codes, in those cases -2 and -1 are converted to 254 or 255 respectively.
Exit Code Windows | Exit Code Linux | Description |
---|---|---|
-3 | 253 | Password and Token are empty |
-2 | 254 | General Error handled during application execution (import and export) |
-1 | 255 | Error during parsing of command line parameters. |
0 | 0 | Command completed successfully. |
1 | 1 | Error with license (see Chapter Licensing) |