TypebaseTypebase
CLI

Reference

All available Typebase CLI commands.

Last updated on

The Typebase CLI is the main tool for managing your project. It handles code generation, deployment, database management, and more.

Usage

npx typebase-io-cli <command> [options]

If you installed the CLI globally, you can also run:

typebase-io-cli <command> [options]

Commands

CommandDescription
initScaffold a new Typebase project structure
codegenRegenerate type definitions
deployBuild and deploy your server to the cloud
generate-serverGenerate server files locally without deploying
dbManage your database (push schema changes)
authManage authentication (generate auth tables)
envManage environment variables on your deployment provider

On this page