From 62ceba169c47d6cc6edbf869173fcbb077dab16c Mon Sep 17 00:00:00 2001 From: aviau Date: Sat, 7 Feb 2026 18:03:37 -0500 Subject: [PATCH] cli: title for changelog --- docs/sdk/cli.mdx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.