beginJob
Add a job to the queue.
dxp-next job-runner beginJob --help
Usage: dxp-next job-runner beginJob [options] <jobName> <contextName>
Add a job to the queue
Arguments:
jobName Name of the job to pass to the request
contextName Name of the job context to pass to the request
Options:
-t, --tenant <string> Tenant ID to run against. If not provided will use configured tenant from login
-i, --inputFile <string> Path to the .json input file for the job execution e.g. documents/inputs/myInput.json
-h, --help display help for command
Required parameters
jobName
-
Name of the job to pass to the request.
contextName
-
Name of the job context to pass to the request.
Optional parameters
-t
--tenant
<string>-
The tenant ID against which to run. If this string is not provided the service will use configured tenant from login.
-i --inputFile <string>
-
Path to the
.json
input file for the job execution. For example,documents/inputs/myInput.json
. -h --help
-
Display the help for this command.