com.saga-it/mirthsync

Mirthsync is a command line tool, created by Saga IT, for keeping a local copy of important aspects of Mirth Connect configuration in order to allow for the use of traditional version control tools like Git or SVN. With Mirthsync you are able to selectively pull the code for channels, groups, and more from a local or remote Mirth Connect instance and have the code placed into a local hierarchy of files and directories that can be tracked using version control. Selectively pushing code to local or remote Mirth Connect servers is also possible using Mirthsync. The only requirements are having credentials for the server that is being synced and ensuring that the server is configured to allow access to its REST API.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 5 Downloads
  • 1 This Version

Leiningen/Boot

[com.saga-it/mirthsync "3.5.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.saga-it/mirthsync {:mvn/version "3.5.0-SNAPSHOT"}

Gradle

implementation("com.saga-it:mirthsync:3.5.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.saga-it</groupId>
  <artifactId>mirthsync</artifactId>
  <version>3.5.0-SNAPSHOT</version>
</dependency>