saucectl storage upload
Uploads an app file to Sauce Storage and returns a unique file ID assigned to the app. Sauce Storage supports app files in _.apk, _.aab, _.ipa, or _.zip format.
Usage
$ saucectl storage upload filename [flags]
Available Options
Flag | Shorthand | Description |
---|---|---|
--force | Forces the upload to happen, even if there's already a file in storage with a matching checksum. | |
--out | -o | Output format to the console. Options are text (default) and json . |
--region | -r | The Sauce Labs region. Options are us-west-1 (default) and eu-central-1 . |
Options Details
--force
| OPTIONAL | BOOLEAN |
Forces the upload to happen, even if there's already a file in storage with a matching checksum.saucectl storage upload app.apk --force
--out
| OPTIONAL | STRING |
Output format to the console. Options aretext
(default) and json
.Shorthand: -o <format>
saucectl storage upload app.apk --out json
--region
| OPTIONAL | STRING |
The Sauce Labs region. Options areus-west-1
(default) and eu-central-1
.Shorthand: -r <region>
saucectl storage upload app.apk --region us-west-1