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 [email protected]
Install snapshot version of Hazelcast
$ brew install [email protected]
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