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 |
|---|---|
| wkspec | Specification of the workspace to move. (Use 'cm help objectspec' to learn more about specs.) |
| new_path | Workspace will be moved to here. |
Help
Remarks
This command allows users to move a workspace to another location on disk.Examples
(Moves 'myWorkspace' to the specified location.)cm workspace move myWorkspace \new\workspaceDirectory
(Moves the current workspace to the new location.)cm wk mv c:\users\maria\wkspaces\newlocation