From 09c5995dd25908047b0865661614c4bce39d6737 Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Mon, 16 Sep 2024 19:23:15 +0100 Subject: [PATCH] docs: add unitctl note --- source/news/2024/unit-1.33.0-released.rst | 6 ++++++ source/unitctl.rst | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/source/news/2024/unit-1.33.0-released.rst b/source/news/2024/unit-1.33.0-released.rst index d0bcf42e..2f3bf5a1 100644 --- a/source/news/2024/unit-1.33.0-released.rst +++ b/source/news/2024/unit-1.33.0-released.rst @@ -50,6 +50,12 @@ unitctl CLI tool :ref:`unitctl ` is a Rust-based CLI tool that allows you to deploy, manage, and configure Unit in your environment. +.. note:: + + This is a "Technical Preview" release of **unitctl**. We welcome feedback and + suggestions for this early access version. It is provided to test its features + and should not be used in production environments. + **************************** Chunked request body support **************************** diff --git a/source/unitctl.rst b/source/unitctl.rst index cb01d8df..57b70538 100644 --- a/source/unitctl.rst +++ b/source/unitctl.rst @@ -8,6 +8,12 @@ CLI (unitctl) ############# +.. note:: + + This is a "Technical Preview" release of **unitctl**. We welcome feedback and + suggestions for this early access version. It is provided to test its features + and should not be used in production environments. + Unit provides a `Rust SDK `_ to interact with its :ref:`control API `, and a command line interface (unitctl) that exposes the functionality provided by the SDK.