Documentation

Support

Unity Version Control

WORKSPACE MOVE

Move workspaces with the Unity Version Control CLI.
Read time 1 minuteLast updated 21 days ago

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.)