diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2022-02-26 16:16:18 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2022-02-27 12:13:37 +0000 |
commit | f08a2e0baf72597527b2b1d2faa4e4104a34b9c7 (patch) | |
tree | d7017cff66b2d38f284e53b135e29f281a0d9b4b /net/Makefile | |
parent | ff83213572be623f1d6b468df62663bab022d058 (diff) |
net/natscli: add new port
This port is a command line utility to interact with and manage NATS
(net/nats-server).
Features:
* JetStream management
* JetStream data and configuration backup
* Message publish and subscribe
* Service requests and creation
* Benchmarking and Latency testing
* Super Cluster observation
* Configuration context maintenance
* NATS ecosystem schema registry
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a348bd3d2c97..f6c064f2ccdd 100644 --- a/net/Makefile +++ b/net/Makefile @@ -488,6 +488,7 @@ SUBDIR += nats-server SUBDIR += nats-streaming-server SUBDIR += nats-top + SUBDIR += natscli SUBDIR += nbd-server SUBDIR += nbdkit SUBDIR += nc |