Skip to content

Commit c52d4dd

Browse files
committed
Add output from zowe plugins list
Signed-off-by: Mark Cocker <[email protected]>
1 parent cabf0c9 commit c52d4dd

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ toc: false
3636
npm run build
3737
zowe plugins install .
3838
```
39-
4. Install the cics plugin:
39+
40+
4. Install the cics plugin:
4041

4142
```console
4243
zowe plugins install @brightside/cics
@@ -46,4 +47,17 @@ toc: false
4647

4748
```console
4849
zowe plugins list
49-
```
50+
```
51+
52+
Displays a list of the installed plug-ins:
53+
54+
<pre class="messageText">
55+
-- pluginName: zowe-cli-cics-deploy-plugin
56+
-- package: zowe-cli-cics-deploy-plugin
57+
-- version: 0.5.0
58+
-- registry: https://eu.artifactory.swg-devops.com/artifactory/api/npm/cicsts-npm-virtual
59+
60+
-- pluginName: @zowe/cics
61+
-- package: @zowe/cics
62+
-- version: 2.0.1
63+
-- registry: https://eu.artifactory.swg-devops.com/artifactory/api/npm/cicsts-npm-virtual</pre>

0 commit comments

Comments
 (0)