Documentation

Support

Unity Version Control

ATTRIBUTE DELETE

Delete attributes with the Unity Version Control CLI.
Read time 1 minuteLast updated 8 days ago

Description

Deletes one or more attributes.

Usage

cm attribute | att delete | rm <att_spec>[ ...]

Options

Option / Argument

Description

att_specAttributes to delete. Use a whitespace to separate attributes. (Use 'cm help objectspec' to learn more about attribute specs.)

Help

Remarks

This command removes one or more attributes.

Examples

cm attribute delete att:status
(Deletes the attribute 'status'.)
cm att rm status att:integrated@reptest@server2:8084
(Deletes the attributes 'status' and 'integrated'.)