nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.25k stars 320 forks source link

unitctl not installed with `brew install nginx/unit/unit` on macOS #1298

Open tddschn opened 3 weeks ago

tddschn commented 3 weeks ago

I installed unit with $ brew install nginx/unit/unit on my Intel Mac, and the binaries I got are

unitc
unitd
njs-unit
setup-unit

unitctl is not included.

danielledeleo commented 3 weeks ago

Looks like we merged the README change before updating the Homebrew cask. Thank you for the report.

avahahn commented 1 week ago

This is currently waiting on the following: https://github.com/nginx/homebrew-unit/issues/39

lcrilly commented 1 week ago

@tddschn which unitctl features are you looking for, that are not provided by the other tools?