Cake Addin for working with Talend.
#addin nuget:?package=Cake.Talend&version=0.2.7
dotnet add package Cake.Talend --version 0.2.7
<PackageReference Include="Cake.Talend" Version="0.2.7" />
Aliases
Provides functionality for calling Talend Studio as a Command Line.
BuildJob
BuildJob |
Builds a Talend job and outputs to specified directory. |
BuildRoute
BuildRoute |
Builds a Talend route and outputs to specified directory. |
DeployEsbTask
DeployEsbTask |
Deploys an ESB task. |
GetEsbTaskIdByName
GetEsbTaskIdByName |
Gets the ID of a task, given its name. |
GetEsbTaskList
GetEsbTaskList |
Lists all ESB tasks on the Talend Admin Center. |
GetServerList
GetServerList |
Lists all servers on the Talend Admin Center. |
GetTaskIdByName
GetTaskIdByName |
Gets the ID of a task, given its name. |
GetTaskList
GetTaskList |
Lists all tasks on the Talend Admin Center. |
PublishJob
PublishJob |
Publishes a Talend job to specified Nexus repository. |
PublishJobs
PublishJobs |
Publishes multiple Talend jobs with the option to share base settings. |
PublishRoute
PublishRoute |
Publishes a Talend route to specified Nexus repository. |
PublishRoutes
PublishRoutes |
Publishes multiple Talend routes with the option to share base settings. |
StartEsbTask
StartEsbTask |
Starts an ESB task. |
StopEsbTask
StopEsbTask |
Stops an ESB task. |
UndeployEsbTask
UndeployEsbTask |
Undeploys an ESB task. |
UpdateEsbTask
UpdateEsbTask |
Updates an ESB task. |