telosystools

Open full view…

how to use telosys cli in shell script and give commands to it

naveenozzzo
Tue, 21 Feb 2023 18:53:04 GMT

Hi, Please let me know know how to configure and run the commands using any shell scripts to automate Thanks

naveenozzzo
Wed, 22 Feb 2023 04:05:28 GMT

do you have any kind of java document please share the link that will be help full for us.

Telosys Team
Wed, 22 Feb 2023 09:19:01 GMT

You can launch Telosys CLI with the "-i inputfile" argument. Example : tt -i commands.txt

naveenozzzo
Thu, 23 Feb 2023 10:20:13 GMT

Please share any java document to use the telosys through java itself

naveenozzzo
Thu, 23 Feb 2023 10:46:58 GMT

err command always return's No error

Telosys Team
Thu, 23 Feb 2023 16:15:49 GMT

If you want to embed Telosys in a Java application you just have to use the Telosys API, just like Telosys-CLI does. To understand how it works you can have a look at the Telosys-CLI source code : https://github.com/telosys-tools-bricks/telosys-cli