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 tree, the command handlers, and the output helpers so that integration tests can invoke them directly against a real server.

Re-exports§

pub use cli::Cli;
pub use cli::Commands;

Modules§

cli
Command-line surface: global flags, command tree, and dispatch.
commands
CLI command handlers.
config
Configuration loading for the Ironflow CLI.
confirm
Interactive confirmation for destructive commands, and secret input.
output
Output formatting for table and JSON modes.