Procedure
-
Use the following startup script to start Talend CommandLine in interactive mode.
For Windows:
Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace shell
For Linux:
./Talend-Studio-linux-gtk-x86_64 -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace shell
-
Use the following command to set up the Update URL of
Talend CommandLine:
-Dtalend.studio.p2.update=<update_url>
where <update_url> follows this pattern: https://update.talend.com/Studio/8/updates/RYYYY-MM[vV]. YYYY is the year, MM is the month, and V is optional, it's the version number of the update. - Stop and restart Talend CommandLine.