iggy-cli 0.13.1-edge.1

CLI for Iggy message streaming platform
Documentation
<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.

> Apache Iggy (Incubating) is an effort undergoing incubation at the Apache Software Foundation (ASF), sponsored by the Apache Incubator PMC.
>
> Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
>
> While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.

## 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).