This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: CCS 20v+ CLI Installation Support for CI/CD Automation

Part Number: CODECOMPOSER

Tool/software:

Hi TI Community,

I'm developing a GitHub Action (uoohyo/action-ccstudio-ide) for automating TI MCU builds in CI/CD pipelines.

Current Challenge:

  • CCS versions up to 12v supported CLI installation
  • CCS 20v+ appears to have removed CLI installation support
  • This breaks our Docker-based CI/CD automation
  • Our existing Docker image (uoohyo/docker-ccstudio-ide) can no longer be updated with newer CCS versions

Questions:

  1. Is there an undocumented CLI installation method for CCS 20v+?
  2. Are there plans for official Docker images or CLI tools?

Any guidance would be greatly appreciated!