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:
Options | Purpose |
---|---|
-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. |
--json | Use to receive an output response. When included, the response is in JSON format. When not included, no response is given. |
Example
Command | Result |
---|---|
$ sf prodly:jobs -j jobId -v MainDevHub | Prints the job status for the provided job Id. |