ATTRIBUTE CREATE
Create attributes with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago
Description
Creates a new attribute.Usage
cm attribute | att create | mk <att_name>
Options
Option / Argument | Description |
|---|---|
| att_name | Attribute name |
Help
Remarks
Set the PLASTICEDITOR environment variable to specify an editor for entering comments. If the PLASTICEDITOR environment variable is set, and the comment is empty, the editor will be automatically launched to allow you to specify the comment.Examples
(Creates the attribute 'status'.)cm attribute create status
(Creates the attribute 'integrated'.)cm att mk integrated