rename_token
Rename design tokens by moving them to a new path and automatically update all references to maintain dependent token resolution.
Instructions
Stage a token rename. Moves a token from one path to another. By default also rewrites every other token's value reference from {from} to {to} so dependent tokens keep resolving — pass updateReferences: false to disable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| set | No | ||
| from | Yes | ||
| updateReferences | No |