telosys-tools-bricks / telosys-cli

Telosys CLI - Command Line Interface
https://www.telosys.org/
GNU Lesser General Public License v3.0
166 stars 23 forks source link

batch command #11

Closed cazademonios closed 4 years ago

cazademonios commented 6 years ago

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.

l-gu commented 6 years ago

I'm working on "telosys launcher" a tool dedicated to launch predefined tasks this new tool will meet this need

franckleveque commented 5 years ago

This would be really useful from CI servers.

l-gu commented 4 years ago

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