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
Name | Short | Description | Required |
---|---|---|---|
--organization-id | -o | The organization ID | Yes |
--name | -n | The project name | Yes |
--description | -d | The project decription | No |
List Projects
imerit project list --organization-id <organisation-id>
Lists projects in an organisation
Options
Name | Short | Description | Required |
---|---|---|---|
--organization-id | -o | The organization ID | Yes |
View a Project
imerit project view --project-id <project-id>
Displays information of a project
Options
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |
Update a Project
imerit project update --project-id <project-id>
Update the name of a project
Options
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |
--name | -n | The name of the project | No |
--description | -d | The project decription | No |
Submit a Project
imerit project start --project-id <project-id>
Change the status of a project from draft to in-progress
Arguments:
Name | Short | Description | Required |
---|---|---|---|
--project-id | -p | The project ID | Yes |