Script mode - Cloud - 8.0

Talend Studio User Guide

Version
Cloud
8.0
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Cloud
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Design and Development
Last publication date
2024-02-29
Available in...

Big Data

Big Data Platform

Data Fabric

Data Integration

Data Management Platform

Data Services Platform

ESB

MDM Platform

Real-Time Big Data Platform

In Script mode, Talend CommandLine reads a script file containing a list of commands and executes them. To do so, type in the following command in the commandline.sh:
./Talend-Studio-linux-gtk-x86 -nosplash -application org.talend.commandline.CommandLine
-consoleLog -data commandline-workspace scriptFile /tmp/myscript

If needed, you can add the parameter --disableLocalMode to disable the local mode of Talend CommandLine. After that, only the commands help and initRemote are allowed.

Example of script file read by Talend CommandLine:
initRemote http://localhost:8888/org.talend.administrator -ul admin@company.com -up passwd
logonProject -pn myProject
exportItems /tmp/myitems.zip