A project is a codebase with at least one deployment environment. For example, a git repository with a development and production environment is a project.

Create a project

Via CLI

onboardbase project:create -t [PROJECT TITLE] -d [DESCRIPTION] -e [DEFAULT ENVIRONMENT NAME]

Via Dashboard

Login to the Onboardbase Dashboard and click the "New" button.

Delete a project

In your project dashboard, click the Settings tab, then the "Delete" button:


What’s Next