| owner | dx@geosync |
|---|---|
| review_cadence | quarterly |
| last_reviewed | 2026-01-01 |
This file is auto-generated by tools/docs/generate_geosync_cli_docs.py. Do not edit manually.
Usage: cli [OPTIONS] COMMAND [ARGS]...
GeoSync orchestration CLI.
Options:
--templates-dir DIRECTORY Directory containing YAML configuration templates.
--help Show this message and exit.
Commands:
backtest Execute a simple vectorized backtest.
completion Generate shell completion snippet for the requested shell.
exec Evaluate the latest signal and persist it to disk.
ingest Run data ingestion and register the produced artifact.
materialize Run data ingestion and register the produced artifact.
optimize Perform a brute-force search across a parameter grid.
report Aggregate JSON artifacts into a markdown summary.
serve Evaluate the latest signal and persist it to disk.
train Perform a brute-force search across a parameter grid.
Usage: cli ingest [OPTIONS]
Run data ingestion and register the produced artifact.
Options:
--config PATH Path to ingest YAML config.
--generate-config Write the default ingest config template.
--template-output PATH Destination for generated template.
--help Show this message and exit.
geosync-cli ingest --generate-config --template-output configs/ingest.yamlgeosync-cli ingest --config configs/ingest.yaml
Alias for
ingest.
Usage: cli materialize [OPTIONS]
Run data ingestion and register the produced artifact.
Options:
--config PATH Path to ingest YAML config.
--generate-config Write the default ingest config template.
--template-output PATH Destination for generated template.
--help Show this message and exit.
geosync-cli materialize --generate-config --template-output configs/materialize.yamlgeosync-cli materialize --config configs/materialize.yaml
Usage: cli backtest [OPTIONS]
Execute a simple vectorized backtest.
Options:
--config PATH Path to backtest YAML config.
--generate-config Write the default backtest config template.
--template-output PATH Destination for generated template.
--output-format, --output [table|jsonl|parquet]
Render results in the requested format in
addition to the persisted artifact.
--help Show this message and exit.
geosync-cli backtest --generate-config --template-output configs/backtest.yamlgeosync-cli backtest --config configs/backtest.yaml --output jsonl
Alias for
optimize.
Usage: cli train [OPTIONS]
Perform a brute-force search across a parameter grid.
Options:
--config PATH Path to optimization YAML config.
--generate-config Write the default optimize config template.
--template-output PATH Destination for generated template.
--output-format, --output [table|jsonl|parquet]
Render results in the requested format in
addition to the persisted artifact.
--help Show this message and exit.
geosync-cli train --generate-config --template-output configs/train.yamlgeosync-cli train --config configs/train.yaml --output table
Alias for
exec.
Usage: cli serve [OPTIONS]
Evaluate the latest signal and persist it to disk.
Options:
--config PATH Path to exec YAML config.
--generate-config Write the default exec config template.
--template-output PATH Destination for generated template.
--output-format, --output [table|jsonl|parquet]
Render results in the requested format in
addition to the persisted artifact.
--help Show this message and exit.
geosync-cli serve --generate-config --template-output configs/serve.yamlgeosync-cli serve --config configs/serve.yaml --output jsonl
Usage: cli report [OPTIONS]
Aggregate JSON artifacts into a markdown summary.
Options:
--config PATH Path to report YAML config.
--generate-config Write the default report config template.
--template-output PATH Destination for generated template.
--output-format, --output [table|jsonl|parquet]
Render results in the requested format in
addition to the persisted artifact.
--help Show this message and exit.
geosync-cli report --generate-config --template-output configs/report.yamlgeosync-cli report --config configs/report.yaml --output table