From 09c5995dd25908047b0865661614c4bce39d6737 Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Mon, 16 Sep 2024 19:23:15 +0100 Subject: [PATCH 1/2] 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. From 8249097abb9d46fe4422d15053f7ad225a662f3d Mon Sep 17 00:00:00 2001 From: Jon Cahill-Torre Date: Mon, 16 Sep 2024 19:27:41 +0100 Subject: [PATCH 2/2] docs: note updates --- source/unitctl.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/unitctl.rst b/source/unitctl.rst index 57b70538..c2dd58ea 100644 --- a/source/unitctl.rst +++ b/source/unitctl.rst @@ -10,9 +10,9 @@ 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. + **unitctl** is currently being provided as a "Technical Preview". 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