BETTER-CONVEX

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

bun add kitcn

Backend resolves in this order:

  1. --backend <convex|concave>
  2. meta["kitcn"].backend in concave.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