Judgment Labs Logo

judgment context

Manage the default organization and project for commands.

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 the default organization and project for commands.

Commands

CommandDescription
context clearClear the saved default organization and project.
context setSelect and save the default organization and project.
context showShow the saved default organization and project.

context clear

Clear the saved default organization and project.

judgment context clear

context set

Select and save the default organization and project.

judgment context set [OPTIONS]

Options

FlagTypeRequiredDescription
--organization-id, --org-idtextnoOrganization ID to use.
--organization, --orgtextnoOrganization name to use.
--project-idtextnoProject ID to use.
--projecttextnoProject name to use.

context show

Show the saved default organization and project.

judgment context show