Skip to content

3.1.0

Latest
Compare
Choose a tag to compare
@jessesaga jessesaga released this 23 Sep 22:55
· 2 commits to master since this release
2de0f47
  • NOTE that this version respects the --include-configuration-map
    (false by default) parameter during both a "push" and a
    "pull". Previous versions would always "pull" the
    configuration map even if the parameter was not set or was
    false. If you want to include the configuration map now
    during a "pull" please ensure that you set the flag.

  • New "--skip-disabled" flag to indicate whether the item (only
    channels currently) being pushed or pulled should be included based
    on its status. The flag defaults to 'false' and all items are pushed
    or pulled no matter what the 'enabled' setting is. NOTE - this
    feature only works on mirth versions >= 3.9.

  • New "--disk-mode" setting that alters behavior around how granular
    the resulting files are in the target directory.

    • Mode "backup" pushes and pulls a full backup XML file and doesn't
      produce any other disk artifacts.
    • Mode "groups" pushes and pulls code at the next most granular level
      which means that channel groups and code template library XML
      actually contains the assocated channels and javascript
    • Mode "items" extracts code templates and channels from the respective
      library or group XML.
    • Mode "code" extracts even further pulling all code from XML files
      into individual language specific files.