wb folder create

Name

wb-folder-create - Create a folder.

Synopsis

wb folder create [--description=<description>] [--format=<format>] --name=<displayName> [--parent-folder-id=<parentFolderId>] [--workspace=<id>] [--properties=<String=String>[, <String=String>...]]...

Description

Create a folder.

Options

  • --description=<description>
    Description name of the folder

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

    Default: null
    
  • --name=<displayName>
    Display name of the folder

  • --parent-folder-id=<parentFolderId>
    Id of the parent folder; if not set, create a folder under root.

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

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

Last Modified: 26 November 2024