wb folder update

Name

wb-folder-update - Update a folder.

Synopsis

wb folder update [--format=<format>] --id=<folderId> [--new-description=<description>] [--new-name=<displayName>] [--workspace=<id>] (--new-parent-folder-id=<parentFolderId> | --move-to-root)

Description

Update a folder.

Options

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

    Default: null
    
  • --id=<folderId>
    folder UUID

  • --move-to-root
    Remove all parent folders and move to workspace root.

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

  • --new-name=<displayName>
    New display name of the folder

  • --new-parent-folder-id=<parentFolderId>
    ID of the new parent folder

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

Last Modified: 14 November 2024