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
| Verb | Description |
|---|---|
cc project create | Create a project |
cc project list | List projects |
cc project delete | Delete a project and all its environments |
cc project keep | Exempt a project from auto-archiving (toggle) |
cc project env | Manage a project's environments (create, list, delete, edit, archive, pin, …) |
cc project cloc | Count lines of code across the project's modules |
cc project module | Update the active environment's module list and launch mode |
cc project open | Open a project in your IDE without switching |
Related
cc switch— switch the active environment (creates the project if it doesn't exist)cc db— manage an environment's databases- Projects & Environments — the data model
- Command Reference