Skip to main content
Almost all CLI operations need to be performed within a local project directory. You can create a local project directory by cloning a RedBrick AI project, or by creating a new project using the CLI.

Creating a New Project

To create a new project, first navigate to an empty directory. We recommend creating a new directory, and naming it after your new project.
Now to create a new project, simply run:
You can now verify your current directory is a local project directory by doing:

Clone an Existing Project

You can clone an existing project that you (or someone else) created.
You can directly clone a project using its project ID.
The project will now be cloned in a directory named after your project (within your current working directory).