Question
How to create an STM32CubeIDE project programatically from command line ? I know it is possible to use stm32cubeide executable to perform a headless build of an existing project, but I would like to also create a project programatically from command
..