Expand description
type-bridge — the V2 workspace command-line interface.
schema check, schema generate, migration make, and migration plan, and rollback preview run without any network I/O. migration apply,
migration rollback --execute, migration verify, and migration adopt
connect through one named workspace
environment: credentials stay symbolic environment references resolved
only at command time, and application requires the environment’s
explicit migrate: true opt-in.
The crate is a library plus a thin binary so the exact same command
surface ships both as the standalone type-bridge executable and
in-process inside the Python wheel via run_cli.
Functions§
- run_cli
- Run the CLI over process-style arguments (
argv[0]included).