Documentation

Support

Unity Version Control

LABEL RENAME

Rename labels with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago

Description

Renames a label.

Usage

cm label rename <lbspec> <new_name>

Options

Option / Argument

Description

lbspecLabel to rename. (Use 'cm help objectspec' to learn more about label specs.)
new_nameNew name for the label.

Help

Remarks

This command renames a label.

Examples

cm label rename lb:BL001 BL002
(Renames the label 'BL001' to 'BL002'.)