https://github.com/chrisekelley/scripts
Scripts I use to make things work
https://github.com/chrisekelley/scripts
Last synced: 3 months ago
JSON representation
Scripts I use to make things work
- Host: GitHub
- URL: https://github.com/chrisekelley/scripts
- Owner: chrisekelley
- Created: 2020-02-12T22:37:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-12T22:37:47.000Z (over 5 years ago)
- Last Synced: 2025-01-20T06:24:44.769Z (5 months ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scripts
Scripts I use to make things work
This script deletes all docs except for _design docs.
```
pipenv run python bulkdelete.py couch-database-name
```