cc project

Manage projects.

Usage

cc project [action] [name]

Actions

Action
Description

list (default)

List all projects

add

Add a new project

remove

Remove 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.

Last updated

Was this helpful?