@@ -21,13 +21,13 @@ toc: false
21
21
2. Install [Zowe CLI](https://zowe.github.io/docs-site/latest/user-guide/cli-installcli.html). For example, to install using npm:
22
22
23
23
```console
24
- sudo npm install -g @brightside/core
24
+ npm install -g @brightside/core
25
25
```
26
26
27
27
3. Install the cics plugin:
28
28
29
29
```console
30
- zowe plugins install @brightside/cics
30
+ zowe plugins install @brightside/cics@lts-incremental
31
31
```
32
32
33
33
4. Install the cics-deploy plugin:
@@ -36,16 +36,22 @@ toc: false
36
36
zowe plugins install zowe-cli-cics-deploy-plugin
37
37
```
38
38
39
- 5. Validate the plug-ins are installed:
39
+ 5. Verify the plug-ins are installed:
40
40
41
41
```console
42
- zowe plugins validate
42
+ zowe plugins list
43
43
```
44
44
45
- validates the installed plugins:
45
+ Displays a list of the installed plugins:
46
46
47
47
<pre class="messageText">
48
- _____ Validation results for plugin '@brightside/cics' _____
49
- This plugin was successfully validated. Enjoy the plugin. <br>
50
- _____ Validation results for plugin 'zowe-cli-cics-deploy-plugin' _____
51
- This plugin was successfully validated. Enjoy the plugin. </pre>
48
+ Installed plugins:
49
+
50
+ -- pluginName: @brightside/cics
51
+ -- package: @brightside/cics@lts-incremental
52
+ -- version: 1.1.1
53
+ -- registry: https://registry.npmjs.org/<br>
54
+ -- pluginName: zowe-cli-cics-deploy-plugin
55
+ -- package: zowe-cli-cics-deploy-plugin
56
+ -- version: 0.5.0
57
+ -- registry: https://registry.npmjs.org/ </pre>
0 commit comments