diff --git a/docs/sdk/cli.mdx b/docs/sdk/cli.mdx index 1604319..9ea51b7 100644 --- a/docs/sdk/cli.mdx +++ b/docs/sdk/cli.mdx @@ -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.