DevOps tool for Mirth Connect and Open Integration Engine version control and CI/CD automation
npm install @saga-it/mirthsyncDevOps tool for Mirth Connect and Open Integration Engine version control and CI/CD automation.
``bash`
npm install -g @saga-it/mirthsync
Java JRE or JDK version 8 or higher is required.
If Java is not installed, mirthsync will display platform-specific installation instructions when you run it.
macOS:
`bash`
brew install openjdk
Linux (Debian/Ubuntu):
`bash`
sudo apt update && sudo apt install default-jre
Linux (Fedora/RHEL):
`bash`
sudo dnf install java-latest-openjdk
Windows:
`bash`
winget install Microsoft.OpenJDK.21
After installation, mirthsync is available globally:
`bashShow help
mirthsync -h
- Synchronize channels, code templates, configuration maps, and global scripts
- Built-in Git integration for version control
- Token-based or username/password authentication
- Orphaned file detection and cleanup
- Bulk channel deployment
- Multiple disk modes (backup, groups, items, code)
- CI/CD pipeline integration
For complete documentation, visit:
https://github.com/SagaHealthcareIT/mirthsync
Eclipse Public License 1.0