mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
docs(datasources/custom): add link to online tester for jsonata rules (#31486)
This commit is contained in:
parent
5b9a25b23d
commit
5c29fe8cc6
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@ Options:
|
||||||
| format | `"json"` | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` |
|
| format | `"json"` | format used by the API. Available values are: `json`, `plain`, `yaml`, `html` |
|
||||||
| transformTemplates | `[]` | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next |
|
| transformTemplates | `[]` | [JSONata rules](https://docs.jsonata.org/simple) to transform the API output. Each rule will be evaluated after another and the result will be used as input to the next |
|
||||||
|
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
!!! tip
|
||||||
|
Use [JSONata Exerciser](https://try.jsonata.org/) to test your JSONata rules.
|
||||||
|
|
||||||
Available template variables:
|
Available template variables:
|
||||||
|
|
||||||
- `packageName`
|
- `packageName`
|
||||||
|
|
Loading…
Reference in a new issue