complete-all-contacts-migration
v1.0.0
Published
Set status of all person docs that have a contact to complete
Downloads
3
Maintainers
Readme
complete-all-contacts-migration
Set status of all contacts to 'complete'
Usage
npm install -g complete-all-contacts-migration
complete-all-contacts http://localhost:5984/persons
This will set the status on all person
docs that are a contact
to
"complete"
.
Testing
Run the tests with
npm test