In your DaVinci Developer Adaptive folder you will find the CLI executable as well as a CLI Helper Script for CI/CD environments:
- CLI: DvCliAdaptive
- Helper: DvACliProjectInformation
DvCliAdaptive
The Command Line Tool is an executable named DvCliAdaptive.

Path: <BSW Package>/CLI/Core
Command Reference
Execute DvCliAdaptive with -h argument in the terminal.
Linux
./DvCliAdaptive -h
Windows
.\DvCliAdaptive -h
DvACliProjectInformation
In the DvACliProjectInformation folder you will find a CLI helper script, capable of retrieving basic information about your DaVinci Adaptive project without having to launch the Eclipse environment.
This can be useful in CI/CD environments where the execution time of an operation is a high priority.

Path: <BSW Package>/CLI/Core/DvACliProjectInformation
Command Reference
Execute DvACliProjectInformation with -h in the terminal for its help documentation.
Linux
./DvACliProjectInformation -h
Windows
.\DvACliProjectInformation -h