Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I'm building Talend jobs in my Studio using the GUI as follows but I would like to use CLI to build the job.
I'm able to start CLI on my laptop and run the build command but there seems to be some issues with the command arguments or connectivity or the syntax.
Is it possible to build jobs using the CLI on my laptop instead of using the GUI ?
below are the commands I am able to execute in CLI
talend> initRemote https://tac731.mydomain.com -ul <myuser> -up <mypassword>
!ENTRY org.talend.commandline 1 0 2022-05-19 07:49:26.171
!MESSAGE Initialized to https://tac731.mydomain.com successfully with user: <myuser>
ADDED_COMMAND 0
talend>
!ENTRY org.talend.platform.logging 1 0 2022-05-19 07:49:26.255
!MESSAGE 2022-05-19 07:49:26,252 INFO org.talend.datacleansing.core.CleansingActivator - Starting Talend Data Profiler platform.
talend>
talend>
talend> logonProject -pn https://tac731.mydomain.com/scm/talendproject/project731.git -ul <myuser> -up <mypass>
ADDED_COMMAND 1
talend> buildJob jMyJob -dd C:/Talend/TDF-V7.3.1/tdf/builds -af jMyJob_0.1 -jc Default -jv 0.1
ADDED_COMMAND 2
talend>
My Talend version:
Talend Real-time Big Data Platform
Version: 7.3.1
Build id: R2022-03
OS: Windows 10, v.10.0, x86_64 / win32
Java version: 11.0.8
Thank you for looking into my question!
Hi Team,
I hope you are doing good.
Please refer to below link.
Link: https://help.talend.com/r/en-US/7.3/commandline-api
You can make use of buildJob command to build the job via commandline.
Please note: Commandline as server mode is deprecated.
Link: https://help.talend.com/r/en-US/7.3/administration-center-user-guide/commandline-features-deprecated
Thanks in advance.
Hello,
I am having the same requirement, where I am trying to build a job from CLI, with no luck so far.
You look to have researched on this topic already... if you had any luck pls share your approach