Skip to content

Commit c65cd5a

Browse files
committed
Added install guide through npmjs, Chnaged verification to validate command
Signed-off-by: Jeonghyuk Park <[email protected]>
1 parent d3814e0 commit c65cd5a

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

docs/pages/cdp/cdp-Installing.md

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -24,40 +24,38 @@ toc: false
2424
sudo npm install -g @brightside/core
2525
```
2626

27-
3. Build and install the cics-deploy plug-in as described in [Setting up your development environment](https://github.com/IBM/zowe-cli-cics-deploy-plugin/blob/master/docs-internal/tutorials/Setup.md). For example:
27+
3. Install the cics plugin:
2828

2929
```console
30-
mkdir ~/cics-deploy
31-
cd ~/cics-deploy
32-
rm -Rf *
33-
git clone https://github.com/IBM/zowe-cli-cics-deploy-plugin
34-
cd zowe-cli-cics-deploy-plugin
35-
npm install
36-
npm run build
37-
zowe plugins install .
30+
zowe plugins install @brightside/cics
3831
```
3932

40-
4. Install the cics plugin:
33+
4. Install the cics-deploy plugin:
4134

4235
```console
43-
zowe plugins install @brightside/cics
36+
zowe plugins install zowe-cli-cics-deploy-plugin
4437
```
4538

46-
5. Verify the plug-ins are installed:
39+
Alternatively, you can build and install the cics-deploy plugin from the source. For example:
4740

4841
```console
49-
zowe plugins list
42+
git clone https://github.com/IBM/zowe-cli-cics-deploy-plugin
43+
cd zowe-cli-cics-deploy-plugin
44+
npm install
45+
npm run build
46+
zowe plugins install .
5047
```
5148

52-
Displays a list of the installed plug-ins:
49+
5. Validate the plug-ins are installed:
50+
51+
```console
52+
zowe plugins validate
53+
```
5354

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
55+
validates the installed plugins:
5956

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>
57+
<pre class="messageText">
58+
_____ Validation results for plugin '@brightside/cics' _____
59+
This plugin was successfully validated. Enjoy the plugin. <br>
60+
_____ Validation results for plugin 'zowe-cli-cics-deploy-plugin' _____
61+
This plugin was successfully validated. Enjoy the plugin. </pre>

0 commit comments

Comments
 (0)