wb workspace create

Name

wb-workspace-create - Create a new workspace.

Synopsis

wb workspace create [--description=<description>] [--format=<format>] --id=<id> [--name=<name>] [--org=<id>] --pod=<id> [--properties=<String=String>[,<String=String>...]]...

Description

Create a new workspace.

Options

  • --description=<description>
    Workspace description.

  • --format=<format>
    Set the format for printing command output: JSON, TEXT. Defaults to the config format property.

    Default: null
    
  • --id=<id>
    Workspace ID

  • --name=<name>
    Workspace name (not unique).

  • --org, --organization=<id>
    Organization ID (unique).

    Default: null
    
  • --pod, --crg=<id>
    Pod ID (unique).

  • --properties=<String=String>[,<String=String>...]
    Workspace properties. Example: --properties=key=value. For multiple properties, use ",": --properties=key1=value1,key2=value2

Last Modified: 25 November 2024