wb folder create
Categories:
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. Defaults to the config format property.Valid values: JSON, TEXT
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: 13 March 2026