Fixes issue #6
This release adds a wait
flag and a timeout
option to create
command:
- If specified waits for the cluster to start, after which you can continue with development for the server.
-w, --wait wait for the cluster to start
- You can specify time in seconds along with
--wait
flag to exit if the cluster doesn't come up in the specified time. By default the cluster waits indefinitely
--timeout <timeout> Set timeout in seconds when --wait flag is given. (0 for indefinite)