wb workspace duplicate

Name

wb-workspace-duplicate - duplicate an existing workspace.

Synopsis

wb workspace duplicate [--description=<description>] [--format=<format>] [--name=<name>] --new-id=<id> [--org=<id>] [--pod=<id>] [--workspace=<id>] [--additional-properties=<String=String>[, <String=String>…]]…

Description

duplicate an existing workspace.

Options

  • --additional-properties=<String=String>[,<String=String>…]
    Additional properties to associate with the workspace. Example: –properties=key=value. For multiple properties, use “,”: –properties=key1=value1,key2=value2

  • --description=<description>
    Workspace description.

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

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

  • --new-id=<id>
    ID for new workspace

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

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

  • --workspace=<id>
    Workspace id to use for this command only.

Last Modified: 14 November 2024