Judgment CLI
Introduction
The Judgment CLI is a command-line tool that allows you to manage your Judgment resources and backend infrastructure.
Installation
Make sure you have Python installed on your system before proceeding with the installation.
To install the Judgment CLI, follow these steps:
- Clone the repository:
- Navigate to the project directory:
- Set up a fresh Python virtual environment:
Choose one of the following methods to set up your virtual environment:
- Install the package:
Verifying the Installation
To verify that the CLI was installed correctly, run:
You should see a list of available commands and their descriptions.
Available Commands
The Judgment CLI provides the following commands:
Self-Hosting Commands
Command | Description |
---|---|
judgment self-host main | Deploy a self-hosted instance of Judgment (and optionally set up the HTTPS listener) |
judgment self-host https-listener | Set up the HTTPS listener for a self-hosted Judgment instance |
For detailed information about each command, refer to their respective documentation pages in this section.
Next Steps
After installing the CLI, you can:
- Learn about setting up a self-hosted Judgment instance through the CLI
- Follow our Getting Started with Self-Hosting guide