cancel
Showing results for 
Search instead for 
Did you mean: 

How to replace GUI action with command line?

DrDro
Associate III

I'm writing initialisation script.

Project repo is cloned into my empty workspace.

At the moment the user must initialy run STM32CubeIDE

  • select empty workspace
  • Call File > Open Projects from File System ... >
  • select Folder and confirm

This action is what I need to implent in my initialisation script.

What would be apropriate command for it?

1 ACCEPTED SOLUTION

Accepted Solutions
Pavel A.
Evangelist III

See the file headless-build.bat in the CubeIDE installation (or .sh on Linux)

Parameters are described here: https://gnu-mcu-eclipse.github.io/advanced/headless-builds/

View solution in original post

1 REPLY 1
Pavel A.
Evangelist III

See the file headless-build.bat in the CubeIDE installation (or .sh on Linux)

Parameters are described here: https://gnu-mcu-eclipse.github.io/advanced/headless-builds/