A simple app to help import and identify users into a LaunchDarkly environment.
- Install
node
v14 or greater - Install dependencies with
yarn|npm install
- Add LD keys to .env using the example provided in repo
- Paste in your array of users into the
src/user-data.ts
file
yarn|npm run import:test
to import users into your test environmentyarn|npm run import:prod
to import users into your production environment