| Crates.io | tesser-cli |
| lib.rs | tesser-cli |
| version | 0.9.1 |
| created_at | 2025-11-19 06:32:46.355157+00 |
| updated_at | 2025-11-27 09:37:47.342753+00 |
| description | Command-line interface for running and operating the Tesser framework |
| homepage | |
| repository | https://github.com/tesserspace/tesser |
| max_upload_size | |
| id | 1939516 |
| size | 523,837 |
Unified command-line interface for data engineering, backtesting, and live trading.
data download|validate|resample: manage historical datasets (Bybit/Binance klines).backtest run|batch: execute one or many strategy configs against CSV candle files.live run: connect to the configured exchange public stream, drive strategies in real time, and route signals through the paper execution engine.strategies: list compiled built-in strategies.Run cargo run -p tesser-cli -- --help for global options and -- <command> --help for subcommands.
The CLI loads layered config files from config/ (default, env-specific, local override) plus environment variables (TESSER_*). The [live] section controls telemetry (state path, metrics bind, structured log file, alerting thresholds).
cargo fmt -p tesser-cli
cargo clippy -p tesser-cli -- -D warnings
cargo test -p tesser-cli