Skip to content

Latest commit

 

History

History
145 lines (105 loc) · 3.31 KB

list.md

File metadata and controls

145 lines (105 loc) · 3.31 KB
id title sidebar_label
list
saucectl jobs list
list

Lists jobs from Sauce Labs.

Usage

$ saucectl jobs list [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.
--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.

Options Details

--out

| OPTIONAL | STRING |

Output format to the console. Options are text (default) and json.

Shorthand: -o <text/json>

saucectl jobs list --out json

--region

| 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

--page

| OPTIONAL | STRING |

Page for pagination. Default is 0.

Shorthand: -p <page>

saucectl jobs list --page 1

--size

| OPTIONAL | STRING |

Per page for pagination. Default is 20.

Shorthand: -s <size>

saucectl jobs list --size 20

--status

| OPTIONAL | STRING |

Filter job using status. Options: passed, failed, error, complete, in progress, and queued.

saucectl jobs list --status passed

--source

| OPTIONAL | STRING |

Job source from saucelabs. Options: vdc, rdc, and api.

saucectl jobs list --source vdc