CLI Surface Reference¶
Generated page — do not edit by hand
Rendered by scripts/build_reference_pages.py from the committed
537 contract trinity. Run python scripts/build_reference_pages.py build¶
after changing a source; CI runs check and fails on stale output.
Per-command reference sourced from each repo's [project.scripts] console-scripts plus the generated CLI surface. The generated commands share one contract with the API/MCP/SDK/Pi surfaces.
Registered console-scripts¶
From pyproject.toml [project.scripts]:
| Command | Entry point |
|---|---|
hordago |
hordago.cli:main |
Registration gaps¶
Unregistered science-runtime console-script
science-runtime exposes a Typer/argparse entry point but is not declared in any [project.scripts] table, so pipx/uv tool installs cannot reach it. Tracked by #552; this page flags it until the console-script is registered.
Generated command surface¶
Argparse/Typer-style commands generated into templates/surface-template/generated/cli/surface_cli.py from the OpenAPI x-hordago-cli extension:
| Command | Maps to | HITL gate | Help |
|---|---|---|---|
list-items |
GET /items |
list_items_review |
List item records. |
create-item |
POST /items |
create_item_review |
Create one item record. |
get-item |
GET /items/{item_id} |
get_item_review |
Fetch one item by identifier. |