Creating & Cloning Projects
Almost all CLI operations need to be performed within a local project directory. A local project directory can be created 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 it's project ID.
The project will now be cloned in a directory named after your project (within your current working directory).
Last updated