Project
Manage project with Onboardbase CLI
With Onboardbase CLI, it is easier to create and manage projects directly using an authenticated CLI
project:create
This command creates a new project.
onboardbase project:create -t [PROJECT TITLE] -d [DESCRIPTION] Options
-h,--help: Show CLI help-t,--title: The title/name of the new environment.-d,--description: The description of the project.-e,--environment: The name of the default environment attached to the project, if not passed the default environment would bedevelopment
onboardbase project:create -t new-project -d "Project description" -e "development"Updated about 1 year ago
