ドキュメント

サポート

ATTRIBUTE

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

Description

Allows the user to manage attributes.

Usage

cm attribute | att <command> [options]

Commands

To get more information about each command run

cm attribute <command> --usage
cm attribute <command> --help

Help

Examples

cm attribute create status
cm attribute set att:status br:/main/SCM105 open
cm attribute unset att:status br:/main/SCM105
cm attribute delete att:status
cm attribute rename att:status "buildStatus"
cm attribute edit att:status "Status of the task in the CI pipeline"