Cloudbreak CLI Reference
Also available as:
PDF

workspace create

Creates a new workspace.

Required options

--name <value> Name for the workspace

Options

--description <value> Description for the recipe

--server <value> Cloudbreak server address [$CB_SERVER_ADDRESS]

--username <value> Cloudbreak user name (e-mail address) [$CB_USER_NAME]

--password <value> Cloudbreak password [$CB_PASSWORD]

--workspace <value> Name of the workspace where to create the resource

--profile <value> Selects a config profile to use [$CB_PROFILE]

--auth-type <value> Authentication method to use. Values: oauth2, basic [$CB_AUTH_TYPE]

Examples

Adds a new workspace called “engineering”:

cb workspace create --name "engineering"