id | title | sidebar_label |
---|---|---|
artifacts-download |
saucectl imagerunner artifacts download |
artifacts download |
Get artifacts/files of the container from a Sauce Orchestrate run. Only the files specified in artifacts
configuration are downloaded. Supports glob pattern.
$ saucectl imagerunner artifacts download <runID> <globPattern> [flags]
Flag | Shorthand | Description |
---|---|---|
--target-dir | None | Save files to target directory. Defaults to current working directory. |
--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 . |
| OPTIONAL | STRING |
Save files to target directory. Defaults to current working directory.
saucectl imagerunner artifacts download <runID> <globPattern> --target-dir my-artifacts-dir
| OPTIONAL | STRING |
Specifies the output format for the console. Options include: "text" or "json". The default setting is "text".
Shorthand: -o <text/json>
saucectl imagerunner artifacts download <runID> <globPattern> --out json
| OPTIONAL | STRING |
The Sauce Labs region. Options are us-west-1
(default) and eu-central-1
.
Shorthand: -r <region>
saucectl imagerunner artifacts download <runID> <globPattern> --region us-west-1