Skip to main content

Crate ironflow_cli

Crate ironflow_cli 

Source
Expand description

§ironflow-cli

Library crate exposing CLI internals for integration testing.

The binary entry point is in main.rs; this module re-exports the command handlers and output helpers so that integration tests can invoke them directly against a real server.

Modules§

commands
CLI command handlers.
config
Configuration loading for the Ironflow CLI.
output
Output formatting for table and JSON modes.