gtb icon indicating copy to clipboard operation
gtb copied to clipboard

Can't create GTB project using a single command

Open TizianoPerrucci opened this issue 8 years ago • 0 comments

Generally GTB is used as a CLI but in my CI environment I want to be able to run single commands and not be prompted for input; so I would like the necessary parameter when running GTB.

Specifically when creating a project I'm prompted for the name of the project and instead I would like to pass that through the command line.

Can something along this line gtb add . -name <prj_name> be possible?

TizianoPerrucci avatar Nov 17 '15 13:11 TizianoPerrucci