ドキュメント

サポート

WORKSPACE RENAME

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

Description

Renames a workspace.

Usage

cm workspace | wk rename [<wk_name>] <new_name>

Options

Option / Argument

Description

wk_nameWorkspace to rename.
new_nameNew name for the workspace.

Help

Remarks

This command renames a workspace. If no workspace name is supplied, the current workspace will be used.

Examples

cm workspace rename mywk1 wk2
(Renames the workspace 'mywk1' to 'wk2'.)
cm wk rename newname
(Renames the current workspace to 'newname'.)