move_path
Relocate or rename files and folders in your repository workspace by specifying source and destination paths, with optional overwrite.
Instructions
Move or rename a file or directory inside the workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Destination path. | |
| from | Yes | Existing path. | |
| overwrite | No | Replace the destination if it exists. Default false. | |
| workspace | No | Workspace alias. Defaults to the active workspace. |