self-host

self-host is the namespace for commands that only apply when you run your own @c15t/backend. The hosted product (inth.com) handles these automatically.

Usage

Run the interactive picker:

Or invoke a subcommand directly:

Subcommands

migrate

Runs the latest database migrations for your configured adapter.

@c15t/backend supports Drizzle, Kysely, Prisma, TypeORM, and Mongo adapters. The migrate command picks the right migration runner based on your c15t-backend.config.ts.

Tip: run migrate after every c15t upgrade. New schema fields are introduced as additive migrations.