CLI Overview
Create and clone projects with the CLI
Use the RedBrick AI CLI to create a new project from scratch or clone an existing project into a local directory for data import, export, and other actions.
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.
Now to create a new project, simply run:
You can now verify your current directory is a local project directory by doing:
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).
