Skip to content

New year release!

Latest
Compare
Choose a tag to compare
@eduard93 eduard93 released this 29 Dec 10:55
· 325 commits to master since this release

Major improvements include:

  • Dynamic objects
  • Parallel execution
  • Settings
  • Actions
  • New versions support
  • Installer fixes
  • Formatting changes
  • Many other improvements

To install download Installer.cls.xml into Caché manager directory. Run in terminal (any namespace):

do ##class(%Installer.Installer).InstallFromCommandLine(##class(%File).ManagerDirectory()_"Installer.cls.xml","Namespace={Namespace}")

where:

{Namespace} is a namespace you want to install to. If it does not exist it would be created automatically. If it does exist only MDX2JSON package would be overwritten.