mv command moves or renames a file or directory in your workspace.
--src_path- The path to the file or directory to move--dst_path- The destination path
--workspace_id- The ID of the workspace to perform the move in (defaults to current workspace)
After using
mv, you’ll still need to commit the changes to save the move or rename to your branch.
