judgment 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] [[[ORG_ID] PROJECT_ID]...]
Arguments
| Name | Required |
|---|---|
[[ORG_ID] PROJECT_ID] |
no |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
–organization-id, –org-id |
text | no | Organization ID. Defaults to JUDGMENT_ORG_ID or saved context. |
–organization, –org |
text | no | Organization name to resolve. |
–project-id |
text | no | Project ID. Defaults to JUDGMENT_PROJECT_ID or saved context. |
–project |
text | no | Project name to resolve. |
-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] [[ORG_ID] PROJECT_NAME...]
Arguments
| Name | Required |
|---|---|
[ORG_ID] PROJECT_NAME |
no |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
–organization-id, –org-id |
text | no | Organization ID. Defaults to JUDGMENT_ORG_ID or saved context. |
–organization, –org |
text | no | Organization name to resolve. |
-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] [[ORG_ID]...]
Arguments
| Name | Required |
|---|---|
[ORG_ID] |
no |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
–organization-id, –org-id |
text | no | Organization ID. Defaults to JUDGMENT_ORG_ID or saved context. |
–organization, –org |
text | no | Organization name to resolve. |
-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] [[[ORG_ID] PROJECT_ID]...]
Arguments
| Name | Required |
|---|---|
[[ORG_ID] PROJECT_ID] |
no |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
–organization-id, –org-id |
text | no | Organization ID. Defaults to JUDGMENT_ORG_ID or saved context. |
–organization, –org |
text | no | Organization name to resolve. |
–project-id |
text | no | Project ID. Defaults to JUDGMENT_PROJECT_ID or saved context. |
–project |
text | no | Project name to resolve. |
-o, –output |
yaml, json |
no | Output format. |