How to install ZOWE CLI 3.0 from online registry
search cancel

How to install ZOWE CLI 3.0 from online registry

book

Article ID: 187908

calendar_today

Updated On:

Products

Brightside

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 MAc
curl -u"username:password" https://api.bintray.com/npm/ca/brightside-enterprise-npm/auth/scope/zowe >> ~/.npmrc

Windows
curl -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]