@broadcom/ca7-for-zowe-cli

CA Workload Automation CA® Plug-in for Zowe CLI

Usage no npm install needed!

<script type="module">
  import broadcomCa7ForZoweCli from 'https://cdn.skypack.dev/@broadcom/ca7-for-zowe-cli';
</script>

README

CA Workload Automation CA 7® Plug-in for Zowe™ CLI

You can now use the CA 7 Plugin for Zowe CLI to perform the following tasks without having to leave the ZOWE CLI interface:

Use cases

Combining Zowe commands, you can have many useful scripts to either write a report, alert, and alterations of your workflow.

You can able to issue the following commands:

  • DEMAND
  • DEMANDH
  • RUN
  • RUNH
  • CANCEL
  • RESTART
  • RELEASE
  • JOBSTATUS

You might want to create a Zowe CLI plug-in to accomplish the following:

  • Provide new scriptable functionality for yourself, your organization, or to a broader community.
  • Make use of Zowe CLI infrastructure (profiles and programmatic APIs).
  • Participate in the Zowe CLI community space.

Software Requirements

  • Install [Node.js v10](Node.js V8.0 or higher LTS versions) or later on your computer.
  • Install Zowe CLI.

Install

To install the @latest version of the plug-in, issue the following command:

  • zowe plugins install @broadcom/ca7-for-zowe-cli@latest

Create a Profile

You can create CA CA7 profile to connect with a speicfic REST API. You can create multiple profiles and switch between them as needed.

  • zowe profiles create ca7-profile CA7SYSPROF --host [hostname] --port [porntnumber] --user [restUser] --password [restPass] --protocol [http/https] --base-path [apiml instance name]

For a full specification of the available options, use the --help argument:

  • zowe profiles create ca7-profile --help

Uninstall the Plug-in

  • zowe plugins uninstall @broadcom/ca7-for-zowe-cli