skip to content
ccdocs
Commands

cc project

Manage projects and their environments. A project is the container — a client or codebase (e.g. acme, globex); an environment is one working configuration of that project (its path, version, branch, database, and modules). Because environments and modules belong to a project, they live as verbs under cc project.

Usage

cc project <verb> [args]

Bare cc project list is the default — cc project with no verb prints help.

Verbs

VerbDescription
cc project createCreate a project
cc project listList projects
cc project deleteDelete a project and all its environments
cc project keepExempt a project from auto-archiving (toggle)
cc project envManage a project's environments (create, list, delete, edit, archive, pin, …)
cc project clocCount lines of code across the project's modules
cc project moduleUpdate the active environment's module list and launch mode
cc project openOpen a project in your IDE without switching

On this page