Skip to content

Adds cluster startup wait

Latest
Compare
Choose a tag to compare
@zeerorg zeerorg released this 04 Apr 03:06
fc9110b

Fixes issue #6
This release adds a wait flag and a timeout option to create command:

  1. 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
  1. 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)