It's is a bit dangerous saying "Package Manager is server-centric".
I never code with "server-centric" paradigm, but I always use Package manager. So I install all the necessary packages I need during the docker build procedure of my dev-environment with IRIS. E.g. like in this line:
zn "USER"
zpm "install git-source-control"
do ##class(%Studio.SourceControl.Interface).SourceControlClassSet("SourceControl.Git.Extension")
zpm "install passwordless"
zpm "install objectscript-json-trace-viewer"
zpm "load /home/irisowner/dev/ -dev -v":1:1
haltCan I use such an approach with snippets?
- Log in to post comments

