Skip to content

Monorepo Command Reference

TaskCommand
Initialize repository defaultsrepo init
Diagnose workspace staterepo doctor
Create a package or apprepo new
Preview or run verificationrepo check
Synchronize managed assetsrepo upgrade
List workspace packagesrepo ws ls
Initialize tooling configsrepo tg init --all
Run pre-push verificationrepo verify pre-push

One command layer matters because scripts, documentation, CI, and contributor expectations otherwise drift independently. repoctl keeps task names stable while pnpm and Turborepo continue to perform dependency installation and task execution.

See the complete repoctl command reference.