skip to content
ccdocs

cc project

Manage projects.

Usage

cc project [action] [name]

Actions

ActionDescription
list (default)List all projects
addAdd a new project
removeRemove a project and all its environments

Examples

cc project                  # list all projects
cc project add acme         # add project 'acme'
cc project remove acme      # remove 'acme' and all its environments

Notes

Removing a project is destructive — it deletes the project record and all associated environments from CC's database. Your actual code and databases are not affected.

You rarely need to use cc project add directly. Running cc switch project-name will automatically create the project if it doesn't exist.

On this page