Skip to content

Impl command for apply patches #109

@yarastqt

Description

@yarastqt

Proposal

Need implementation command for apply patches when design-system library updates.

Use case

command

themekit patch ./patch-0001.json
themekit apply ./patch-0001.json

project tokens

component:
  depth:
   token:
     value: 100

patch

[
  {
    "oldPath": ["component", "depth", "token"],
    "newPath": ["component", "token"]
  }
]

result

component:
 token:
   value: 100

Metadata

Metadata

Assignees

Labels

RFCfeatNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions