Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Feb 9, 2024 2:06:24 PM
Jamie_Gregory
Apr 1, 2021 6:14:36 AM
Summary
You can display the Commandline's Help content using the following (on Windows for example):
Talend-Studio-win-x86_64.exe -nosplash -application org.talend.commandline.CommandLine -consoleLog -data commandline-workspace help > c:\temp\cmdline_help.txt
The above will output (redirect) the help into c:\temp\cmdline_help.txt (for example).
The output contains the full commands.