ATTRIBUTE UNSET
Unset attributes with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Unsets an object's attribute.Usage
cm attribute | att unset <att_spec> <object_spec>
Option / Argument | Description |
|---|---|
| att_spec | Attribute specification. (Use 'cm help objectspec' to learn more about attribute specs.) |
| object_spec | Specification of the object to remove the attribute from. Attributes can be set on: branches, changesets, shelvesets, labels, items, and revisions. (Use 'cm help objectspec' to learn more about specs.) |
Help
Remarks
The command unsets an attribute that was previously set on an object. It does not delete the attribute object itself.Examples
(Removes attribute realization 'status' from branch 'main/SCM105'.)cm attribute unset att:status br:/main/SCM105
(Removes attribute realization 'integrated' from changeset 25, all in repository 'reptest'.)cm att unset att:integrated@reptest@localhost:8084 cs:25@reptest@localhost:8084