Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions docs/sdk/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ The CLI utility is still in beta and is subject to change.
Flare publishes a [CLI interface](https://github.com/flared/flareio-cli) for interacting with the Flare API.
It automates basic tasks such exporting events to output files.

## Changelog & Releases

You may find the [changelog and all available versions](https://github.com/Flared/flareio-cli/releases) on the Github releases page.

## Installing

`flareio-cli` is [available on PyPI](https://pypi.org/project/flareio-cli/).

You may find the [changelog and all available versions](https://github.com/Flared/flareio-cli/releases) on the Github releases page.

Invoke it directly using [uv](https://docs.astral.sh/uv/) (recommended):
```bash
# Running the most recent version.
Expand Down