Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.49 KB

File metadata and controls

69 lines (51 loc) · 1.49 KB
id title sidebar_label
list
saucectl imagerunner list
list

Returns the list of Sauce Orchestrate containers.

Usage

$ saucectl imagerunner list [flags]

Available Options

Flag Shorthand Description
--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.

Options Details

--out

| 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 list --out json

--region

| OPTIONAL | STRING |

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

Shorthand: -r <region>

saucectl imagerunner list --region us-west-1