Judgment Labs Logo

judgment projects

Manage projects in your organization.

The Judgment CLI is deprecated and no longer under active development. This reference is retained for existing users. See the CLI deprecation notice for supported alternatives.

Manage projects in your organization.

Commands

CommandDescription
projects add-favoriteAdd project to favorites.
projects createCreate project.
projects listList projects.
projects remove-favoriteRemove 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

NameRequired
[[ORG_ID] PROJECT_ID]no

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
--project-idtextnoProject ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
--projecttextnoProject name to resolve.
-o, --outputyaml, jsonnoOutput 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

NameRequired
[ORG_ID] PROJECT_NAMEno

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
-o, --outputyaml, jsonnoOutput format.

projects list

List projects.

List every project in your organization that you have access to.

judgment projects list [OPTIONS] [[ORG_ID]...]

Arguments

NameRequired
[ORG_ID]no

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
-o, --outputtable, yaml, jsonnoOutput 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

NameRequired
[[ORG_ID] PROJECT_ID]no

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID. Defaults to JUDGMENT_ORG_ID or saved context.
--organization, --orgtextnoOrganization name to resolve.
--project-idtextnoProject ID. Defaults to JUDGMENT_PROJECT_ID or saved context.
--projecttextnoProject name to resolve.
-o, --outputyaml, jsonnoOutput format.