inspect when you need to see what supaschema read from a source.
The output is the extracted schema model as JSON, including diagnostics for unsupported or unparseable input.
Use this when
- A
diffresult is surprising. - You need to confirm source resolution.
- Unsupported DDL should be visible before planning.
- Tooling needs the model JSON directly.
Run it
Flags
Source to inspect. Defaults to the configured schema tree.
Include only the comma-separated PostgreSQL schema names.
Exit codes
| Code | Meaning |
|---|---|
0 | Model printed |
1 | Runtime failure |
2 | Extraction diagnostics contained an error |
Related
Plan
Compare two extracted models.
Fingerprint
Print the model equality hash.
Audit
Summarize supported and unsupported coverage.
Support matrix
Check modeled PostgreSQL object support.

