testnet-laconicd-stack/cli/README.md

17 lines
439 B
Markdown
Raw Normal View History

# map-subscribers
* Install dependencies:
```bash
yarn
```
* Map subscribers with onboarded participants:
```bash
yarn ts-node cli/map-subscribers.ts --onboardedJson <onboarded-participants-json-file> --subscribersCsv <subscribers-csv-file> --output <output-csv-file>
# Example:
# yarn ts-node cli/map-subscribers.ts --onboardedJson onboarded-participants.json --subscribersCsv subscribers.csv --output result.csv
```