Move a component to a different filesystem path
$bit move <current-component-dir> <new-component-dir>
$bit mv <current-component-dir> <new-component-dir>
Additional Notes
(note: this does NOT affect the component's name or scope, just its location in the workspace)
Arguments
Argument | Description | Required |
---|---|---|
current-component-dir | the component's current directory (relative to the workspace root) | ✅ |
new-component-dir | the new directory (relative to the workspace root) to create and move the component's files to | ✅ |