| Crates.io | hotfix-cli |
| lib.rs | hotfix-cli |
| version | 0.2.1 |
| created_at | 2025-11-28 08:20:51.49718+00 |
| updated_at | 2025-12-08 10:21:41.432715+00 |
| description | CLI tool for the HotFIX engine |
| homepage | https://github.com/Validus-Risk-Management/hotfix |
| repository | https://github.com/Validus-Risk-Management/hotfix |
| max_upload_size | |
| id | 1954965 |
| size | 70,891 |
CLI tool for the HotFIX engine.
This crate is part of the hotfix project.
It provides a CLI client for the web interface of the hotfix FIX engine which supports fetching session state and sending admin commands to the running session.
You can either install the tool using cargo install hotfix-cli or use it as a library in your own project.
You need to have a running hotfix FIX engine instance with the web interface exposed using the hotfix-web crate.
The tool tries to connect to the web interface using the default address http://localhost:9881.
You can override this using either the explicit CLI argument --url or the environment variable HOTFIX_CLI_URL.
With everything set up, you can use the tool to run commands, e.g.
hotfix session-info
For the full list of available commands, run hotfix --help.