@broadcom/ops-for-zowe-cli
TypeScript icon, indicating that this package has built-in type declarations

4.1.2 • Public • Published

OPS/MVS® Plug-in for Zowe CLI

Zowe v2 CLI Conformance Badge

This repository contains the OPS/MVS® Plug-in for Zowe CLI (OPS).

Install the OPS/MVS® Plug-in From Packages

To install the OPS/MVS® plug-in to the Zowe CLI from packages, issue the following commands:

  1. Install the plug-in:

    $ zowe plugins install @broadcom/ops-for-zowe-cli

    Note: The latest npm 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.

  2. 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:

  1. Clone this repository to your PC
  2. In a command line, navigate to the repository
  3. Install dependencies:
    $ npm install
  4. Build the plug-in:
    $ npm run build
  5. Install the plug-in:
    $ zowe plugins install .
  6. 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 OPS/MVS® 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/MVS® Profile

To create an OPS/MVS® plug-in profile gather the following data:

  • The host name of the LPAR on which OPS/MVS® Web Services is running
  • The OPS/MVS® Web Services port number
  • A user name that has authority to access OPS/MVS® Web Services
  • The password to the account tied to the user name

To create an OPS/MVS® profile, issue the following command:

$ zowe profiles create ops myLPAR --hostname mylpar.example.com --port 1234 --username myself --password fakepassword

Package Sidebar

Install

npm i @broadcom/ops-for-zowe-cli

Weekly Downloads

2

Version

4.1.2

License

SEE LICENSE IN LICENSE

Unpacked Size

330 kB

Total Files

128

Last publish

Collaborators

  • zfernand0
  • broadcom-mbauto
  • markackert
  • jt1989
  • mikebauerca