To ease integration with CI/CD and similar systems, Uleska provides a Command Line Interface to invoke testing, extract and compare results, and other functions.
Use python3 'pip install' to download and run the uleska-automate CLI directly, as shown in the following example:
python3 -m pip install uleska-automate
Note that uleska-automate uses the python 'requests' library.
The Uleska CLI is an open-source project that can be used as-is, or modified/extended to suit your own processes. The current version of the Uleska CLI is written in Python and can be found at
https://github.com/uleska-demo/uleska-automate