CLI Command Map

Every command fits into one of three phases: set up the project, work locally, or operate AWS deployments.

01
Set up
Create or adopt a service and verify the local toolchain.
02
Daily
Manage entries, stages, env, cross-repo dependencies, tests, and migrations.
03
AWS
Deploy, roll back, inspect ledger history, manage preview stacks, bootstrap CI, and configure VPC/domain.

Set up

bash
kanject new
kanject init
kanject doctor
kanject update

Daily loop

bash
kanject add function
kanject add stage
kanject add lib
kanject add env
kanject env
kanject sync
kanject test
kanject migrate

AWS provider

bash
kanject aws deploy
kanject aws rollback
kanject aws deployments
kanject aws preview
kanject aws pipeline
kanject aws configure
Stage flag
Stage-aware commands accept --env <stage>; --stage <stage> is an alias where supported.