ドキュメント

サポート

ATTRIBUTE RENAME

Rename attributes with the Unity Version Control CLI.
読み終わるまでの所要時間 1 分最終更新 5ヶ月前

Description

Renames an attribute.

Usage

cm attribute | att rename <att_spec> <new_name>

Option / Argument

Description

att_specAttribute to rename. (Use 'cm help objectspec' to learn more about attribute specs.)
new_nameNew name for the attribute.

Help

Remarks

This command renames an attribute.

Examples

cm attribute rename att:status state
(Renames the attribute 'status' to 'state'.)