onaio / fhir-tooling

A command line utility to support FHIR Core content authoring
Other
2 stars 1 forks source link

Print Errors for config validation #94

Closed Wambere closed 6 months ago

Wambere commented 7 months ago

Currently the config validation works like any regular JSON schema validation by throwing the error and exiting when it runs into an error. We need to modify this so that it is printing all the errors in the terminal like all the other efsity validating functions and only exiting on completion. This will make it easier to see all the errors and fix them once instead of having to run and fix the issues one at a time

ndegwamartin commented 6 months ago

Closing this since PR is merged in here https://github.com/onaio/fhir-tooling/pull/99