Judgment Labs Logo

Projects

Manage projects in your organization.

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] <ORGANIZATION_ID> <PROJECT_ID>

Arguments

NameRequired
ORGANIZATION_IDyes
PROJECT_IDyes

Options

FlagTypeRequiredDescription
-o, --outputyaml, jsonnoOutput 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

NameRequired
ORGANIZATION_IDyes
PROJECT_NAMEyes

Options

FlagTypeRequiredDescription
-o, --outputyaml, jsonnoOutput format.

projects list

List projects.

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

judgment projects list [OPTIONS] <ORGANIZATION_ID>

Arguments

NameRequired
ORGANIZATION_IDyes

Options

FlagTypeRequiredDescription
-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] <ORGANIZATION_ID> <PROJECT_ID>

Arguments

NameRequired
ORGANIZATION_IDyes
PROJECT_IDyes

Options

FlagTypeRequiredDescription
-o, --outputyaml, jsonnoOutput format.