This repository provides the official Homebrew tap for all MedxOps CLI tools, including trazr-gen and future utilities.
The medxops/toolkit tap makes it easy to install and update MedxOps open source tools on macOS and Linux using Homebrew.
- trazr-gen
- Generate OpenTelemetry logs, metrics, and traces for testing and observability pipelines.
- Project page & documentation
First, add the MedxOps toolkit tap:
brew tap medxops/toolkitThen install trazr-gen:
brew install trazr-genTo upgrade:
brew upgrade trazr-genTo uninstall:
brew uninstall trazr-genWant to add another MedxOps tool to this tap? Open an issue or pull request!