Skip to main content

saucectl storage list

Returns the list of files that have been uploaded to Sauce Storage.

Usage

$ saucectl storage list [flags]

Available Options

FlagShorthandDescription
--name-nThe filename (case-insensitive) by which you want to filter.
--out-oOutput format to the console. Options are text (default) and json.
--query-qAny search term (such as app name, file name, description, build number or version) by which you want to filter.
--region-rThe 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 are text (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 are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

saucectl storage list --region us-west-1