Socket
Socket
Sign inDemoInstall

kuzzle-fixtures

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kuzzle-fixtures

A simple CLI to add fixtures to your Kuzzle server. Uses Faker under the hood.


Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Kuzzle Fixtures

A simple CLI to add fixtures to your Kuzzle server. It uses Faker under the hood and it is somehow customizable.

$ kuzzle-fixtures --help
Usage: index [options]

Options:
  -V, --version            output the version number
  -h, --host [name]        Kuzzle hostname (default: localhost)
  -p, --port <port>        Kuzzle port (default: 7512)
  -i, --index [name]       The name of the index to create (default: testindex)
  -c, --collection [name]  The name of the collection to create (default: testcollection)
  -n, --items <number>     The number of items to be added as fixtures (default: 100)
  -m, --mapping [path]     The path to a file containing the mapping for the collection
  -h, --help               output usage information

The content of the items is hardcoded as follows

{
  firstName: faker.name.firstName(),
  lastName: faker.name.lastName(),
  job: faker.name.jobTitle()
}

FAQs

Package last updated on 29 Nov 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc