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

For the `-n` argument only apply that number to models that are not being excluded #61

Closed bentonam closed 8 years ago

bentonam commented 8 years ago

The -n argument should not apply to models that are being excluded.

fakeit -m models/users.yaml,models/regions.yaml,models/countries.yaml -e Regions,Countries -n 1

This should generated n number of countries and regions and just 1 user document