rules are where you provide parsers and compatible options
{"version":"2","repository":"@organization/repository",// Only use the personalAccessToken when working with the CLI"personalAccessToken":"<your-personal-access-token>","rules": [ {"name":"Generate tokens in SDTF","parsers": [ {"name":"to-sdtf","output": {"type":"file","filePath":"output/tokens.json" } } ] } ]}
If you use the GitHub, you need to fill two properties:
repository is @organization/repository
rules lets you transform tokens by chaining parsers
Make sure you have connected your GitHub account with your Specify account. Head toward this article to learn more.