hz is a tool which allows users to install & run Hazelcast IMDG and Management Center on local environment.
hzcloud is a command line tool to make actions on Hazelcast Cloud easily
This repository contains the Homebrew formula for hz and hzcloud.
See Hazelcast Command Line for the source code.
See Hazelcast Cloud Command Line for the source code
$ brew tap hazelcast/hz
Install the community version of Hazelcast
$ brew install hazelcast
Install particular version of Hazelcast
$ brew install hazelcast@5.0.1
Install snapshot version of Hazelcast
$ brew install hazelcast@5.1.snapshot
Install Hazelcast Enterprise edition (you need a license key to run it, see Installing a License Key
$ brew install hazelcast-enterprise
Install without Java dependency (you already have installed Java in another way)
$ brew install hazelcast --without-openjdk
$ brew install hzcloud
$ brew uninstall hazelcast
$ brew uninstall hzcloud
$ brew untap hazelcast/hz
$ brew cleanup -s