INJECT

If the MONITOR method of synchronization fails to find all files during a build, the alternative INJECT method can be used instead.

Like MONITOR, using INJECT with an executable script or command as a parameter, will start the build process. The process will be monitored, and any source files and dependent information will be extracted and added to the specified Helix QAC project.

qacli sync --type INJECT make

This will issue the Linux/UNIX ’make’ command in the current directory and synchronize all build files and dependencies into the Helix QAC project within the current directory.

To add CCT generation to the synchronization process add the ‑‑generate‑cct (‑g) option:

qacli sync --type INJECT --generate-cct make

This is functionally equivalent to the deprecated command:

qacli sync --type AUTO_CCT make