saucectl storage list
Returns the list of files that have been uploaded to Sauce Storage.
Usage
$ saucectl storage list [flags]
Available Options
Flag | Shorthand | Description |
---|---|---|
--name | -n | The filename (case-insensitive) by which you want to filter. |
--out | -o | Output format to the console. Options are text (default) and json . |
--query | -q | Any search term (such as app name, file name, description, build number or version) by which you want to filter. |
--region | -r | The Sauce Labs region. Options are us-west-1 (default) and eu-central-1 . |
Options Details
--name
| OPTIONAL | STRING |
The filename (case-insensitive) by which you want to filter.Shorthand:-n <name>
saucectl storage list --name app.apk
--out
| OPTIONAL | STRING |
Output format to the console. Options aretext
(default) and json
.Shorthand: -o <format>
saucectl storage list --out json
--query
| OPTIONAL | STRING |
Any search term (such as app name, file name, description, build number or version) by which you want to filter.Shorthand:-q <query>
saucectl storage list --query myapp
--region
| OPTIONAL | STRING |
The Sauce Labs region. Options areus-west-1
(default) and eu-central-1
.Shorthand: -r <region>
saucectl storage list --region us-west-1