You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -207,7 +207,6 @@ To be able to change and test `taas-es-processor` locally you can follow the nex
207
207
|`npm run delete-index`| Delete Elasticsearch indexes. Use `-- --force` flag to skip confirmation |
208
208
|`npm run data:import <filePath>`| Imports data into ES and db from filePath (`./data/demo-data.json` is used as default). Use `-- --force` flag to skip confirmation |
209
209
|`npm run data:export <filePath>`| Exports data from ES and db into filePath (`./data/demo-data.json` is used as default). Use `-- --force` flag to skip confirmation |
210
-
|`npm run renderTemplate <notificationId>`| Generates `scripts/notification-renderer/rendered.html` which has the rendered email template forthe given `notificationId` where `notificationId` is one of the keysin`data/notifications.json` ex: `npm run renderTemplate upcomingResourceBookingExpiration`|
211
210
|`npm run index:all`| Indexes all data from db into ES. Use `-- --force` flag to skip confirmation |
212
211
|`npm run index:jobs <jobId>`| Indexes job data from db into ES, if jobId is not given all data is indexed. Use `-- --force` flag to skip confirmation |
213
212
|`npm run index:job-candidates <jobCandidateId>`| Indexes job candidate data from db into ES, if jobCandidateId is not given all data is indexed. Use `-- --force` flag to skip confirmation |
0 commit comments