기술 자료

지원

ATTRIBUTE UNSET

Unset attributes with the Unity Version Control CLI.
읽는 시간 1분최근 업데이트: 5달 전

Description

Unsets an object's attribute.

Usage

cm attribute | att unset <att_spec> <object_spec>

Option / Argument

Description

att_specAttribute specification. (Use 'cm help objectspec' to learn more about attribute specs.)
object_specSpecification 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

cm attribute unset att:status br:/main/SCM105
(Removes attribute realization 'status' from branch 'main/SCM105'.)
cm att unset att:integrated@reptest@localhost:8084 cs:25@reptest@localhost:8084
(Removes attribute realization 'integrated' from changeset 25, all in repository 'reptest'.)