onboard to assess a repo’s migration tooling and Postgres safety in one pass.
onboard detects the incumbent migration system from marker files, scores the declarative schema, and reports a readiness verdict. It does not connect to a database.
Use this when
- Adopting supaschema in a repo with existing migration tooling.
- A quick “are we ready?” check with an ordered remediation list.
Run it
--from selects the schema source to score. Output is credential-redacted.
Flags
Schema source to score. Defaults to the declarative tree
(
config.sources.to).What it reports
- the detected migration system(s), and whether the workflow is mixed;
- the Postgres safety score and grade;
- a
READY/needs workverdict; - when not ready, an ordered
Remediate in orderlist (errors before warnings).
Exit codes
| Code | Meaning |
|---|---|
| 0 | Readiness report printed. |

