Updated Edit
Reference for the c migrate command — usage, flags, arguments, and examples for the migrate subcommand of the c CLI.
#c migrate
move session data files from one profile to another, optionally filtered by UUID
Effect: mutating
#Arguments
| Name | Type | Presence | Description |
|---|---|---|---|
src | str | required | source profile name whose sessions will be moved (e.g. work) |
dst | str | required | destination profile name to receive the migrated sessions (e.g. personal) |
uuid | str | optional | UUID substring to migrate only matching sessions; when omitted, every session moves |