Updated Edit
On this page
move session data after a project directory rename
#c mv
rename a project directory and migrate session data
#Flags
| Name | Short | Type | Default | Env | Description |
|---|---|---|---|---|---|
--dry-run | bool | preview the rename and session migration without writing anything to disk | |||
--post-hoc | bool | skip filesystem rename, migrate sessions only (directory already renamed) |
#Arguments
| Name | Required | Description |
|---|---|---|
old | yes | current path of the project directory to rename (absolute or relative) |
new | yes | target path for the renamed project directory (absolute or relative) |