saucectl artifacts list
Description
Lists artifacts for a job from Sauce Labs.
Usage
$ saucectl artifacts list jobID [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
| REQUIRED | STRING |
Save files to target directory. Defaults to current working directory.
Shorthand: -o <text/json>
saucectl artifacts list <jobID> --out json
--region
| OPTIONAL | STRING |
The Sauce Labs region. Options are us-west-1
(default) and eu-central-1
.
Shorthand: -r <region>
saucectl artifacts list <jobID> --region us-west-1