uploadJob

dxp-next job-runner uploadJob --help
Upload a new job to the Job runner.

Usage: dxp-next job-runner uploadJob [options] <inputSource>

Upload a new job to the job-runner

Arguments:
  inputSource            Path to the folder containing the job code .js files and the manifest.json file

Options:
  -t, --tenant <string>  Tenant ID to deploy to. If not provided will use configured tenant from login
  -h, --help             display help for command
Required parameters
inputSource

Path to the folder that contain the job code .js file and the manifest.json file.

Optional parameters
-t --tenant <string>

The tenant ID for deployment. If this string is not provided the service will use the configured tenant from login.

-h --help

Display the help for this command.