cardinal-cli

Crates.iocardinal-cli
lib.rscardinal-cli
version0.2.41
created_at2025-09-26 13:30:48.103238+00
updated_at2025-11-28 16:51:06.642152+00
descriptionCommand-line launcher for the Cardinal gateway
homepagehttps://github.com/andrespirela/cardinal
repositoryhttps://github.com/andrespirela/cardinal
max_upload_size
id1855909
size119,128
(andreespirela)

documentation

README

cardinal-cli

cardinal-cli packages the gateway as a runnable binary.

Entry points

cargo run -p cli -- --config config/example.toml

Flags:

  • --config <PATH> (repeatable) – load and merge one or more TOML files.

Under the hood main.rs loads configuration via cardinal-config, constructs a Cardinal instance, and invokes run(). The CLI is intentionally thin so integrations can embed the library crate directly when they need finer control.

Commit count: 0

cargo fmt