Toolbox of utilities for the CHT
CHToolbox is a command-line utility for development and testing of the Community Health Toolkit. The goal is to provide a platform that makes it easy to create and share utility scripts.
Features include (but are not limited to):
- Creating and maintaining local CHT instances
- Upgrading a CHT instance to a new version
- Monitoring storage metrics for CHT databases and view indexes
- Generating/replicating/purging documents in Couch databases
- Creating/removing/compacting Couch databases
See the installation docs for complete instructions.
To globally install the app run:
npm i -g git+https://github.com/jkuester/chtoolbox.gitCheck the help text for the latest usage information:
chtx --helpSee the usage documentation for more information about supported workflows.
PRs welcome! Please see the development docs for more information.