Generate Files
Example: Export All Tokens and Assets In JSON
SPECIFY_PAT=xxxxxxxxxxxxxxxxxx specify pull \
-C "my-custom-config.json" \
-r "<@your-organization/your-repository-name>"{
"version": "2",
"rules": [
{
"name": "Export All Tokens and Assets In a JSON File In SDTF",
"parsers": [
{
"name": "to-sdtf",
"output": {
"type": "file",
"filePath": "sdtf.json"
}
}
]
}
]
}Last updated
Was this helpful?