createDeploymentTrigger
Create a deployment trigger.
Format
udclient [global-args...] [global-flags...]
createDeploymentTrigger [JSON file]
Parameters
None.Template
This command takes a JSON request string or file. Use the following template for the request:
{
"applicationProcess": "Required. ID of the application
process.",
"component": "Required. Name or ID of the component.",
"environment": "Required. ID of the environment.",
"executingUser": "Required. Name or ID of the user to
execute the deployment."
}
Related REST command: Create a deployment trigger..