hazelcast
is a command line tool that is able to control Hazelcast IMDG
member instances.
This repository contains the Homebrew formula for the hazelcast
command line tool.
See https://github.com/hazelcast/hazelcast-command-line for the source code.
$ brew tap hazelcast/homebrew-hazelcast
$ brew install hazelcast
To enable tab completion on Bash add the following command to your profile:
if which hazelcast > /dev/null; then eval "$(hazelcast init -)"; fi
$ brew uninstall hazelcast
$ brew untap hazelcast/homebrew-hazelcast
$ brew cleanup -s