Projects
Manage projects in your organization.
Manage projects in your organization.
Commands
| Command | Description |
|---|---|
projects add-favorite | Add project to favorites. |
projects create | Create project. |
projects list | List projects. |
projects remove-favorite | Remove project from favorites. |
projects add-favorite
Add project to favorites.
Mark a project as a favorite for your user so it appears pinned in the UI.
judgment projects add-favorite [OPTIONS] <ORGANIZATION_ID> <PROJECT_ID>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
PROJECT_ID | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-o, --output | yaml, json | no | Output format. |
projects create
Create project.
Create a new project in your organization. Requires the developer role.
judgment projects create [OPTIONS] <ORGANIZATION_ID> <PROJECT_NAME>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
PROJECT_NAME | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-o, --output | yaml, json | no | Output format. |
projects list
List projects.
List every project in your organization that you have access to.
judgment projects list [OPTIONS] <ORGANIZATION_ID>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-o, --output | table, yaml, json | no | Output format. |
projects remove-favorite
Remove project from favorites.
Remove a project from your user's favorites.
judgment projects remove-favorite [OPTIONS] <ORGANIZATION_ID> <PROJECT_ID>Arguments
| Name | Required |
|---|---|
ORGANIZATION_ID | yes |
PROJECT_ID | yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-o, --output | yaml, json | no | Output format. |