Skip to content

Latest commit

 

History

History
73 lines (54 loc) · 1.58 KB

upload.md

File metadata and controls

73 lines (54 loc) · 1.58 KB
id title sidebar_label
upload
saucectl artifacts upload
upload

Uploads an artifact for a job to Sauce Labs.

Usage

$ saucectl artifacts upload jobID fileName [flags]

:::note Real Device job is not supported. :::

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 |

Specifies the output format for the console. Options include: "text" or "json". The default setting is "text".

Shorthand: -o <text/json>

saucectl artifacts upload <jobID> <fileName> --out json

--region

| OPTIONAL | STRING |

The Sauce Labs region. Options are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

saucectl artifacts upload <jobID> <fileName> --region us-west-1