id | title | sidebar_label |
---|---|---|
list |
saucectl jobs list |
list |
Lists jobs from Sauce Labs.
$ saucectl jobs list [flags]
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 . |
--page | -p | Page for pagination. Default is 0. |
--size | -s | Per page for pagination. Default is 20. |
--status | None | Filter job using status. Options are passed , failed , error , complete , in progress , and queued . |
--source | None | Job source from Sauce Labs. Options are vdc , rdc , and api . |
| OPTIONAL | STRING |
Output format to the console. Options are text
(default) and json
.
Shorthand: -o <text/json>
saucectl jobs list --out json
| OPTIONAL | STRING |
The Sauce Labs region. Options are us-west-1
(default) and eu-central-1
.
Shorthand: -r <region>
saucectl jobs list --region us-west-1
| OPTIONAL | STRING |
Page for pagination. Default is 0.
Shorthand: -p <page>
saucectl jobs list --page 1
| OPTIONAL | STRING |
Per page for pagination. Default is 20.
Shorthand: -s <size>
saucectl jobs list --size 20
| OPTIONAL | STRING |
Filter job using status. Options: passed
, failed
, error
, complete
, in progress
, and queued
.
saucectl jobs list --status passed
| OPTIONAL | STRING |
Job source from saucelabs. Options: vdc
, rdc
, and api
.
saucectl jobs list --source vdc