Documentation

Support

Unity Version Control

LABEL DELETE

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

Description

Deletes one or more labels.

Usage

cm label delete <lbspec>[ ...]

Options

Option / Argument

Description

lbspecLabel to delete. Use a whitespace to separate labels. (Use 'cm help objectspec' to learn more about label specs.)

Help

Remarks

This command deletes one or more labels.

Examples

cm label delete lb:BL001
(Deletes the label 'BL001'.)
cm label delete lb:BL001 lb:BL002@reptest@server2:8084
(Deletes the labels 'BL001' and 'BL002'.)