bentonam / fakeit

Generates JSON documents based on models defined in YAML and adds them to a Couchbase Bucket
MIT License
86 stars 21 forks source link

Timeout option throws false error "must be a number" #171

Closed clupo closed 6 years ago

clupo commented 6 years ago

Running this command throws the error

fakeit couchbase --bucket "Authentication" -u "u" -p "password" "/startup/$bucketName/models" --timeout 10000

image

This is using fakeit version 1.2.0 running in ubuntu:14.04

tjbenton commented 6 years ago

@clupo This has been fixed in #172 and will be released in the next release. Hopefully later today.

clupo commented 6 years ago

well that was fast :)

bentonam commented 6 years ago

@clupo working on verifying a couple things and then we'll try to get a release out at some point today. Thanks for reporting the issue!