From 261543fff687383a3893f07c95c030524144006d Mon Sep 17 00:00:00 2001 From: aviau Date: Sat, 7 Feb 2026 17:57:13 -0500 Subject: [PATCH] cli: mention changelog --- docs/sdk/cli.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sdk/cli.mdx b/docs/sdk/cli.mdx index 8acc7d8..1604319 100644 --- a/docs/sdk/cli.mdx +++ b/docs/sdk/cli.mdx @@ -12,7 +12,8 @@ It automates basic tasks such exporting events to output files. ## Installing `flareio-cli` is [available on PyPI](https://pypi.org/project/flareio-cli/). -You may find all available versions on the Github [releases](https://github.com/Flared/flareio-cli/releases) page. + +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