| Crates.io | cardinal-cli |
| lib.rs | cardinal-cli |
| version | 0.2.41 |
| created_at | 2025-09-26 13:30:48.103238+00 |
| updated_at | 2025-11-28 16:51:06.642152+00 |
| description | Command-line launcher for the Cardinal gateway |
| homepage | https://github.com/andrespirela/cardinal |
| repository | https://github.com/andrespirela/cardinal |
| max_upload_size | |
| id | 1855909 |
| size | 119,128 |
cardinal-cli packages the gateway as a runnable binary.
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.