-
Notifications
You must be signed in to change notification settings - Fork 13
Audit Schema Annotations
Jarrod edited this page Mar 25, 2021
·
1 revision
To ensure your schema is properly annotated run the audit script. This will identify missing namespaces, references, etc.
clojure -m schema-cartographer.core -r "us-east-1" -s "my-system" -d "ice-cream-shop" --audit
# Or providing a client-file
clojure -m schema-cartographer.core -c "doc/client-file.edn" -d "ice-cream-shop" --audit
The results are logged to the console.