ドキュメント

サポート

WORKSPACE MOVE

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

Description

Moves a workspace.

Usage

cm workspace | wk move | mv [<wkspec>] <new_path>

Options

Option / Argument

Description

wkspecSpecification of the workspace to move. (Use 'cm help objectspec' to learn more about specs.)
new_pathWorkspace will be moved to here.

Help

Remarks

This command allows users to move a workspace to another location on disk.

Examples

cm workspace move myWorkspace \new\workspaceDirectory
(Moves 'myWorkspace' to the specified location.)
cm wk mv c:\users\maria\wkspaces\newlocation
(Moves the current workspace to the new location.)