Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
We've found with Node 8 _BPXK_AUTOCVT=ON is required otherwise you'll get a error like this:
So we'll set it on before executing npm commands. With this I can do a push with an empty
.profile
.