© 2024 InterSystems Corporation, Cambridge, MA. All rights reserved.Privacy & TermsGuaranteeSection 508Contest Terms
update module
An example of adding new commands to the zapm shell.
zpm:USER>install zapm-addcmd
Make sure you have git and Docker desktop installed.
Clone/git pull the repo into any local directory
$ git clone https://github.com/SergeyMi37/zapm-addcmd.git
Open the terminal in this directory and run:
$ docker-compose build
$ docker-compose up -d
Open IRIS terminal:
$ docker-compose exec iris iris session iris USER> USER>zapm "cmd"
USER>zapm "StopProd" ... USER>zapm "StartProd"