summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tools/README.md12
1 files changed, 12 insertions, 0 deletions
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.
+
+---