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. |