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

2.0.1 • Public • Published

View™ Plug-in for Zowe™ CLI

The View™ Plug-in for Zowe™ CLI lets you interact with View data through a Zowe™ CLI plug-in.

Use cases

The plug-in lets you perform the following operations on View™ data:

  • Query repositories (View databases), reports, and export rules.
  • Query report logical views and index values.
  • Search for report data using cross-report indexes.
  • Download report data and convert text reports to PDF.
  • Use predefined export rules to export text reports to spreadsheets.
  • Query and change user settings.

Software requirements

Before you install and use the plug-in:

  • Install Zowe™ CLI.
  • Ensure that a Web Viewer instance is installed and running in your mainframe environment. The instance must meet one of the following minimum requirements:
    • Release 14 service pack 0000.
    • Release 14 service pack INC00 with PTF SO10218 applied.
  • (Optional) The ability to use View permanent filters as part of the download report command requires PTF SO11441 to be applied.

Install the Plug-in

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

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

Note: The @latest npm tag installs an active development version of the plug-in, which accepts breaking changes. You can use different npm tags to install other versions of the product. For more information about tag usage, see NPM Tag Names.

Configure the Plugin

You can set caview profile options in your configuration, so you do not have to type your connection details for every command. The profile options include connection and authentication information for the View™ REST API instance of your choice.

Example

Use the following command to initialize your global Zowe™ CLI configuration: zowe config init --global-config

This command results in a prompt for basic information that is shared between multiple Zowe™ CLI plugins and populates your global configuration.

You can subsequently use one of the following methods to customize the values in the global configuration:

  • Use the zowe config edit --global-config command to open the whole configuration file in your default text editor.
  • Use the zowe config set --global-config <option> <value> command to set individual values. The caview plugin profile supports the following specific options:
    • protocol
    • host
    • port
    • base-path
    • user
    • password

Example

Use the following command to update the port value in your caview global configuration profile to 8080:

zowe config set --global-config profiles.caview.properties.port 8080

You can create multiple profiles and switch between them as necessary. You can also have global, user, and shared configurations. For full details on all of these options refer to the general Zowe™ CLI documentation.

Migrate from Zowe™ v1 LTS

After you upgrade from a v1 LTS version of the Zowe™ CLI to a v2 LTS version, your existing profiles continue to function. However, if you want to take full advantage of the improved configuration functionality, convert your v1 profiles to their v2 counterparts.

To convert your legacy profiles to the new configuration format in your global configuration, use the zowe config convert-profiles command.

Getting Started

To get help for the available command groups, issue the following command:

$ zowe caview --help

For example, you might start by listing the available repositories:

$ zowe caview list repositories

To obtain context-sensitive help, append the --help argument to your command. For example, to get help with the list reports command, issue the following command:

$ zowe caview list reports --help

Update the Plug-in

To update the plug-in, issue the following command:

$ zowe plugins update @broadcom/caview-for-zowe-cli

Uninstall the Plug-in

To uninstall the plug-in, issue the following command:

$ zowe plugins uninstall @broadcom/caview-for-zowe-cli

Package Sidebar

Install

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

Weekly Downloads

9

Version

2.0.1

License

SEE LICENSE IN LICENSE

Unpacked Size

291 kB

Total Files

286

Last publish

Collaborators

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