blob: 699cca1e58ef2e7f6459fac9a1e068f92d1795c8 [file] [view]
<div align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/apache/iggy/refs/heads/master/assets/logo/SVG/iggy-apache-color-darkbg.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/apache/iggy/refs/heads/master/assets/logo/SVG/iggy-apache-color-lightbg.svg">
<img alt="Apache Iggy" src="https://raw.githubusercontent.com/apache/iggy/refs/heads/master/assets/logo/SVG/iggy-apache-color-lightbg.svg" width="320">
</picture>
</div>
# Apache Iggy CLI
[![Crate](https://img.shields.io/crates/v/iggy-cli?logo=rust&style=flat-square)](https://crates.io/crates/iggy-cli)
Interactive CLI for [Apache Iggy](https://iggy.apache.org). Manage streams, topics, partitions, users, consumer groups, and produce/consume messages from your terminal.
## Installation
```bash
cargo install iggy-cli
```
Run `iggy --help` for the full command tree.
![CLI](https://raw.githubusercontent.com/apache/iggy/refs/heads/master/assets/cli.png)
## Links
- [Project website](https://iggy.apache.org)
- [GitHub repository](https://github.com/apache/iggy)
- [Iggy SDK on crates.io](https://crates.io/crates/iggy)
## License
Licensed under the Apache License, Version 2.0. See [LICENSE](https://github.com/apache/iggy/blob/master/LICENSE).