README
CA® OPS/MVS® Plug-in for Zowe CLI
This repository contains the CA® OPS/MVS® Plug-in for Zowe CLI (OPS).
Install the OPS Plug-in From Packages
Follow these steps:
Issue the following command:
$ zowe plugins install @broadcom/ops-for-zowe-cliNote: The
latestnpm tag installs a version of the product that is intended for public consumption. You can use different npm tags to install other versions of the product. For more information about tag usage, see NPM Tag Names.Validate the installed plug-in:
$ zowe plugins validate @broadcom/ops-for-zowe-cli
Install the OPS/MVS® Plug-in From Source
Download and Build the Source Code
To install the OPS/MVS® plug-in to the Zowe CLI from source, issue the following commands:
- Clone this repository to your PC
- In a command line, navigate to the repository
- Install dependencies:
$ npm install - Build the plug-in:
$ npm run build - Install the plug-in:
$ zowe plugins install . - Validate the installed plug-in:
$ zowe plugins validate @broadcom/ops-for-zowe-cli
Note: For more information about using the install command, see Manage Plug-ins.
Uninstall the Plug-in From Zowe CLI
To uninstall the plug-in from Zowe CLI, issue the following command:
$ zowe plugins uninstall @broadcom/ops-for-zowe-cli
Note: For more information about using the uninstall command, see Manage Plug-ins.
Create an OPS Profile
To create an OPS plug-in profile gather the following data:
- The host name of the LPAR on which OPS Web Services is running
- The OPS Web Services port number
- A user name that has authority to access OPS Web Services
- The password to the account tied to the user name
To create an ops profile, issue the following command:
$ zowe profiles create ops myLPAR --hostname mylpar.example.com --port 1234 --username myself --password fakepassword