kitcn

CLI

CLI

Scaffold apps, initialize backends, add features, and drive backend workflows with the kitcn CLI.

Overview

The CLI has two jobs:

GuideUse it for
Registryinit, create, add, view, info, and docs
Backenddev, codegen, env, deploy, aggregate, migrate, reset, and analyze

Installation

npm install kitcn
pnpm add kitcn
yarn add kitcn
bun add kitcn

Backend resolves in this order:

  1. --backend <convex|concave>
  2. backend in kitcn.json
  3. default convex

Choose a guide

Command Map

AreaCommands
Project setupinit, create
Feature layeringadd, view, info, docs
Backend workflowdev, codegen, env, deploy
Data lifecycleaggregate *, migrate *, reset
Diagnosticsanalyze

Next Steps

On this page