judgment docs
Search and read Judgment documentation.
Search and read Judgment documentation.
Commands
| Command | Description |
|---|---|
docs get-page |
Read a documentation page. |
docs search |
Search docs. |
docs get-page
Read a documentation page.
Fetch the rendered text of a documentation page by its path. Use docs.search first to find candidate paths.
judgment docs get-page [OPTIONS] <PATH>
Arguments
| Name | Required |
|---|---|
PATH |
yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
-o, –output |
yaml, json |
no | Output format. |
docs search
Search docs.
Hybrid (vector + lexical) search over the public Judgment documentation. Returns the top matching headings with full URLs.
judgment docs search [OPTIONS] <QUERY>
Arguments
| Name | Required |
|---|---|
QUERY |
yes |
Options
| Flag | Type | Required | Description |
|---|---|---|---|
–match-count |
number | no | Maximum results to return (1–20). Defaults to 8 when omitted. |
-o, –output |
table, yaml, json |
no | Output format. |