Move a component to a different filesystem path
$bit move <current-component-dir> <new-component-dir>
Copiedcopy
$bit mv <current-component-dir> <new-component-dir>
Copiedcopy
Additional Notes
(note: this does NOT affect the component's name or scope, just its location in the workspace)

Arguments

ArgumentDescriptionRequired
current-component-dirthe component's current directory (relative to the workspace root)
new-component-dirthe new directory (relative to the workspace root) to create and move the component's files to