@broadcom/ops-for-zowe-cli 5.2.0 → 5.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -21,13 +21,13 @@ Using the plug-in, you can benefit from the following OPS/MVS features:
|
|
|
21
21
|
Note: * Indicates only available if you are using the plug-in with the OPS/MVS REST API.
|
|
22
22
|
|
|
23
23
|
## Prerequisites
|
|
24
|
-
- Install
|
|
24
|
+
- Install [Zowe CLI](https://docs.zowe.org/stable/user-guide/cli-installcli/) on your computer.
|
|
25
25
|
|
|
26
26
|
<img src="https://artwork.openmainframeproject.org/other/zowe-conformant/zowev3/cli/color/zowe-conformant-zowev3-cli-color.svg" width=25% alt="Zowe v2 CLI Conformance Badge">
|
|
27
27
|
|
|
28
28
|
- Install one of the following OPS/MVS components:
|
|
29
|
-
-
|
|
30
|
-
-
|
|
29
|
+
- [The REST API](https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/using/use-the-rest-api.html)
|
|
30
|
+
- [RESTful Web Services](https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/administrating/restful-web-services/deploy-and-configure-ca-ops-mvs-restful-web-services.html)
|
|
31
31
|
|
|
32
32
|
To use the plug-in with multiple OPS/MVS instances running on different systems, install and configure the RESTful Web Services component or the REST API to one OPS/MVS instance on each system. When you have multiple instances of OPS/MVS running on a single system, only one instance of the RESTful Web Services component or the REST API is required.
|
|
33
33
|
|
|
@@ -35,7 +35,7 @@ To use the plug-in with multiple OPS/MVS instances running on different systems,
|
|
|
35
35
|
|
|
36
36
|
### Security Requirements
|
|
37
37
|
To issue OPS/MVS commands through the plug-in, you must be authorized for those commands through OPS/MVS
|
|
38
|
-
security. For more information, refer to the article
|
|
38
|
+
security. For more information, refer to the article [Authorize REST API Users](https://techdocs.broadcom.com/us/en/ca-mainframe-software/automation/ca-ops-mvs-event-management-and-automation/14-0/securing/authorize-rest-api-users.html).
|
|
39
39
|
|
|
40
40
|
## Install the OPS/MVS Plug-in From a Local Package
|
|
41
41
|
To install the OPS/MVS plug-in to the Zowe CLI from a local package:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@broadcom/ops-for-zowe-cli",
|
|
3
|
-
"version": "5.2.
|
|
3
|
+
"version": "5.2.1",
|
|
4
4
|
"description": "OPS/MVS® Plug-in for Zowe CLI",
|
|
5
5
|
"author": "Broadcom",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@zowe/cli": "^8.10.4",
|
|
57
57
|
"@zowe/cli-test-utils": "^8.3.0",
|
|
58
58
|
"@zowe/core-for-zowe-sdk": "^8.3.0",
|
|
59
|
-
"@zowe/imperative": "^8.
|
|
59
|
+
"@zowe/imperative": "^8.14.1",
|
|
60
60
|
"@zowe/zosmf-for-zowe-sdk": "^8.3.0",
|
|
61
61
|
"env-cmd": "^8.0.2",
|
|
62
62
|
"eslint": "^8.40.0",
|