WORKSPACE MOVE

Description

Moves a workspace.

Usage

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

Options

Option / ArgumentDescription
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.)