Skip to content

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.

Import

Export

License

All commands can be extended with a --license option to ensure a specific license is being used. This option takes either a 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. This output can be redirected to a file, methods here differ on the console used but usually the > operator is used.

Every command can be extended with a --verbosity option to set the logging level. Allowed values are:

  • quiet (default)
  • minimal
  • normal
  • detailed
  • diagnostic

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
-1 255 Error during parsing of command line parameters.
0 0 Command completed successfully.
1 1 Error with license (see Chapter Licensing)