Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions source/news/2024/unit-1.33.0-released.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ unitctl CLI tool
:ref:`unitctl <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
****************************
Expand Down
6 changes: 6 additions & 0 deletions source/unitctl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nginx/unit/tree/master/tools/unitctl>`_
to interact with its :ref:`control API <source-startup>`, and a command line
interface (unitctl) that exposes the functionality provided by the SDK.
Expand Down