sf check apex-classes --json-file /tmp/results.json
Error (10): Converting circular structure to JSON
--> starting at object with constructor 'Object'
| property 'relatedClassRefs' -> object with constructor 'Array'
| index 0 -> object with constructor 'Object'
| property 'relatedTestClassRefs' -> object with constructor 'Array'
--- index 0 closes the circle
Describe the bug
Output to JSON file fails
To Reproduce