Judgment Labs Logo

Docs

Search and read Judgment documentation.

Search and read Judgment documentation.

Commands

CommandDescription
docs get-pageRead a documentation page.
docs searchSearch 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

NameRequired
PATHyes

Options

FlagTypeRequiredDescription
-o, --outputyaml, jsonnoOutput format.

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

NameRequired
QUERYyes

Options

FlagTypeRequiredDescription
--match-countnumbernoMaximum results to return (1–20). Defaults to 8 when omitted.
-o, --outputtable, yaml, jsonnoOutput format.