hotfix-cli

Crates.iohotfix-cli
lib.rshotfix-cli
version0.2.1
created_at2025-11-28 08:20:51.49718+00
updated_at2025-12-08 10:21:41.432715+00
descriptionCLI tool for the HotFIX engine
homepagehttps://github.com/Validus-Risk-Management/hotfix
repositoryhttps://github.com/Validus-Risk-Management/hotfix
max_upload_size
id1954965
size70,891
David Steiner (davidsteiner)

documentation

README

hotfix-cli

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.

Installation

You can either install the tool using cargo install hotfix-cli or use it as a library in your own project.

How to use it

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.

Commit count: 379

cargo fmt