From 2c4502f8b64095a17b51d28c3f29a8589dc2daaa Mon Sep 17 00:00:00 2001 From: Taryn Musgrave Date: Fri, 26 Apr 2024 11:41:45 +0100 Subject: tools: Add unitctl section to the README Co-developed-by: Ava Hahn Signed-off-by: Ava Hahn [ Tweak subject and cli => unitctl in README - Andrew ] Signed-off-by: Andrew Clayton --- tools/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tools/README.md b/tools/README.md index e7caae34..daa5a9f3 100644 --- a/tools/README.md +++ b/tools/README.md @@ -6,6 +6,7 @@ should be considered experimental. * [`setup-unit`](#setup-unit) * [`unitc`](#unitc) +* [`unitctl`](#unitctl) --- @@ -104,3 +105,14 @@ UNIT_CTRL=docker://4d0431488982 unitc /status/requests/total ``` --- + +## unitctl + +### NGINX Unit Rust SDK and unitctl CLI + +This project provides a Rust SDK interface to the +[NGINX UNIT](https://unit.nginx.org/) +[control API](https://unit.nginx.org/howto/source/#source-startup) +and a CLI (`unitctl`) that exposes the functionality provided by the SDK. + +--- -- cgit