Closed cazademonios closed 4 years ago
I'm working on "telosys launcher" a tool dedicated to launch predefined tasks this new tool will meet this need
This would be really useful from CI servers.
Since Telosys ver 3.1.0 it's possible to run Telosys-CLI with an 'input file' containing a set of commands. This feature allows to use it in "batch mode"
For this the '-i' option (for 'input file') has been added
Examples :
tt -i myfile.txt
tt -i foo.telosys
tt -h myhomedir -i mycommands.telosys
is not possible to do some like this. for example: tt -h "C:\x\y" tt -ndmb tt -b "somebundle" tt -gen
so this way it would be automatic process without user interaction.