book
Article ID: 187908
calendar_today
Updated On:
Issue/Introduction
How to install ZOWE CLI 3.0 using online registry?
Environment
Release : 3.0
Component : BRIGHTSIDE ZOWE CLI
Resolution
First, open support ticket to obtain the username and password to access CA Brightside package on private bintray.
Then use curl command to pass login crential to private bintray URL, also update the npmrc file.
Linux and MAccurl -u"username:password" https://api.bintray.com/npm/ca/brightside-enterprise-npm/auth/scope/zowe >> ~/.npmrc
Windowscurl -u"username:password" https://api.bintray.com/npm/ca/brightside-enterprise-npm/auth/scope/zowe >> %homepath%/.npmrc
Use following command to install Brightside core and plugins:
npm install @zowe/[email protected] -g
zowe plugins install @zowe/[email protected] @zowe/[email protected] @zowe/[email protected] @zowe/[email protected] @zowe/[email protected] @zowe/[email protected]