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..c2dd58ea 100644 --- a/source/unitctl.rst +++ b/source/unitctl.rst @@ -8,6 +8,12 @@ CLI (unitctl) ############# +.. note:: + + **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 interface (unitctl) that exposes the functionality provided by the SDK.