Skip to content

Latest commit

 

History

History
67 lines (50 loc) · 1.45 KB

File metadata and controls

67 lines (50 loc) · 1.45 KB
id title sidebar_label
get
saucectl apit vault get
get

Prints the vault's content in JSON format to the standard output stream (stdout).

Usage

saucectl apit vault get [flags]

Available Options

Flag Shorthand Description
--project None Select a vault by project name.
--region -r The Sauce Labs region. Options are us-west-1 (default) and eu-central-1.

Options Details

--project

| OPTIONAL | STRING |

Specifies the project by its name using --project, or omits --project to select from a list of available projects.

saucectl apit vault get --project "project_name"

--region

| OPTIONAL | STRING |

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

Shorthand: -r <region>

saucectl apit vault get --region us-west-1