saucectl jobs get
Get job details from Sauce Labs.
Usage
$ saucectl jobs get JOB_ID [flags]
Available Options
Flag | Shorthand | Description |
---|---|---|
--out | -o | Output format to the console. Options: text (default) and json . |
--region | -r | The Sauce Labs region. Options are us-west-1 (default) and eu-central-1 . |
Options Details
--out
| OPTIONAL | STRING |
Output format to the console. Options aretext
(default) and json
.Shorthand: -o <text/json>
saucectl jobs get <jobID> --out json
--region
| OPTIONAL | STRING |
The Sauce Labs region. Options areus-west-1
(default) and eu-central-1
.Shorthand: -r <region>
saucectl jobs get <jobID> --region us-west-1