Skip to main content
Close announcements banner

Script mode

Information noteWarning: This feature has been removed from Talend Administration Center 8.0 onwards. For more information, see Operating modes in Talend Studio User Guide.
In Script mode, 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 the CommandLine. After that, only the commands help and initRemote are allowed.

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

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!