Skip to main content

saucectl storage download

Downloads an app file from Sauce Storage.

Usage

$ saucectl storage download fileID [flags]

Available Options

FlagShorthandDescription
--filename-fSaves the file to disk with this name.
--region-rThe Sauce Labs region. Options are us-west-1 (default) and eu-central-1.

Options Details

--filename

| REQUIRED | STRING |

Saves the file to disk with this name.

Shorthand: -f <name>

saucectl storage download 0244d466-ff99-4fa2-bee0-64afb2c407b0 --filename app.apk

--region

| OPTIONAL | STRING |

The Sauce Labs region. Options are us-west-1 (default) and eu-central-1.

Shorthand: -r <region>

saucectl storage download 0244d466-ff99-4fa2-bee0-64afb2c407b0 --filename app.apk --region us-west-1