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_spec | Attributes 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
(Deletes the attribute 'status'.)cm attribute delete att:status
(Deletes the attributes 'status' and 'integrated'.)cm att rm status att:integrated@reptest@server2:8084