Skip to main content

Projects

Commands for managing projects.

Getting Help

For global help on project commands:

imerit project --help

For specific help on a project command:

imerit project [command] --help

Create a Project

imerit project create --organization-id <organisation-id> --name <project-name>

Creates a project in a defined organisation and platform

Options

NameShortDescriptionRequired
--organization-id-oThe organization IDYes
--name-nThe project nameYes
--description-dThe project decriptionNo

List Projects

imerit project list --organization-id <organisation-id>

Lists projects in an organisation

Options

NameShortDescriptionRequired
--organization-id-oThe organization IDYes

View a Project

imerit project view --project-id <project-id>

Displays information of a project

Options

NameShortDescriptionRequired
--project-id-pThe project IDYes

Update a Project

imerit project update --project-id <project-id>

Update the name of a project

Options

NameShortDescriptionRequired
--project-id-pThe project IDYes
--name-nThe name of the projectNo
--description-dThe project decriptionNo

Submit a Project

imerit project start --project-id <project-id>

Change the status of a project from draft to in-progress

Arguments:

NameShortDescriptionRequired
--project-id-pThe project IDYes