Prodly:Jobs

prodly:jobs

To check the job status, enter this command at the command line prompt in your Salesforce CLI command shell:

$ sf prodly:jobs [OPTIONS]

Usage:

$ sf prodly jobs -v <value> -j <value> [--json]

This table lists all the available options:

OptionsPurpose
-j, --job=<value>Use to specify Prodly JobId. Required flag.
-v, --target-dev-hub=<value>Use to specify the username or alias of the Dev Hub org. Not required if the target-dev-hub configuration variable is already set.
--jsonUse to receive an output response. When included, the response is in JSON format. When not included, no response is given.

Example

CommandResult
$ sf prodly:jobs -j jobId -v MainDevHubPrints the job status for the provided job Id.