Skip to content

Commit 6749331

Browse files
committed
tweaks
1 parent 603e821 commit 6749331

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ CICS TS V5.5 supports the Node.js programming language, Node.js applications can
88
1. [Dependencies](#dependencies)
99
2. [Installation](#installation)
1010
3. [Generating a CICS Bundle](#generation)
11-
1. [Usage examples](#genuse)
12-
2. [Bundle metadata](#metadata)
11+
3.1. [Usage examples](#genuse)
12+
3.2. [Bundle metadata](#metadata)
1313
4. [Deploying a CICS Bundle](#deploying)
1414
5. [Undeploying a CICS Bundle](#undeploying)
1515
6. [Contributing](#contributing)
@@ -108,11 +108,11 @@ The cics-deploy extensions to Zowe CLI provide a mechanism by which the CICS DFH
108108
4. The High Level Qualifier (HLQ) for the CICS datasets in the target environment.
109109
5. An up to 8 character name for the Bundle resource which is unique within the target CICS regions.
110110

111-
If you have not already done so, start by creating a zosmf profile in Zowe CLI. This profile will identify the target z/OS environment; you will need to know the hostname and port number for the z/OSMF server in your target environment, together with your user name and password. If you only create a single such profile then it will be used as the default z/OS configuration for any further zowe interactions. For further assistance on creating a z/OSMF issue the following command:
111+
If you have not already done so, start by creating a zosmf profile in Zowe CLI. This profile will identify the target z/OS environment; you will need to know the hostname and port number for the z/OSMF server in your target environment, together with your user name and password. If you only create a single such profile then it will be used as the default z/OS configuration for any further zowe interactions. For further assistance on creating a z/OSMF profile issue the following command:
112112

113113
`zowe profiles create zosmf-profile --help`
114114

115-
Now create a cics-deploy profile. This profile will identify the target CICS environment for deployment; you will need to know the CICSplex name and Scope, together with the High Level Qualifier (HLQ) for the CICS data sets. You will also have to identify either a target CSD group (typically used for single region configurations) or a BAS resource group (used for multi-region configurations) into which the Bundle will be defined. You may optionally configure a JCL jobcard if your site requires a customised JCL configuration for DFHDPLOY. For further assistance on creating a cics-deploy issue the following command:
115+
Now create a cics-deploy profile. This profile will identify the target CICS environment for deployment; you will need to know the CICSplex name and Scope, together with the High Level Qualifier (HLQ) for the CICS data sets. You will also have to identify either a target CSD group (typically used for single region configurations) or a BAS resource group (used for multi-region configurations) into which the Bundle will be defined. You may optionally configure a JCL jobcard if your site requires a customised JCL configuration for DFHDPLOY. For further assistance on creating a cics-deploy profile issue the following command:
116116

117117
`zowe profiles create cics-deploy-profile --help`
118118

@@ -124,7 +124,7 @@ You can now use cics-deploy to deploy a Bundle. You will need to know the name t
124124

125125
`zowe cics-deploy deploy bundle --name MYBUND01 --bundledir /u/example/bundles/MyBundle01 --cics-deploy-profile example`
126126

127-
The above command will attempt to define and install a CICS Bundle named MYBUND01 from the specified location (bundledir) within the target z/OS environment, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on the `deploy bundle` issue the following command:
127+
The above command will attempt to define and install a CICS Bundle named MYBUND01 from the specified location (bundledir) within the target z/OS environment, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on `deploy bundle` issue the following command:
128128

129129
`zowe cics-deploy deploy bundle --help`
130130

@@ -135,7 +135,7 @@ Undeploying a Bundle removes it from a target CICS environment. The undeployment
135135

136136
`zowe cics-deploy undeploy bundle --name MYBUND01 --cics-deploy-profile example`
137137

138-
The above command will attempt to disable and discard a CICS Bundle named MYBUND01, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on the `undeploy bundle` issue the following command:
138+
The above command will attempt to disable and discard a CICS Bundle named MYBUND01, using the default z/OSMF configuration and the CICS configuration defined in the `example` cics-deploy profile. For further assistance on `undeploy bundle` issue the following command:
139139

140140
`zowe cics-deploy undeploy bundle --help`
141141

docs/tutorials/Setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ cics-deploy
3232
2. `npm run test`
3333

3434
## Next steps
35-
After you complete your setup, follow the [Installing the cics-deploy plug-in to Zowe CLI](./generate-bundle/GenerateBundlePlugin.md) tutorial to install this cics-deploy plug-in to Zowe CLI.
35+
After you complete your setup, follow the [Installing the cics-deploy plug-in to Zowe CLI](./cics-deploy/CICSDeployPlugin.md) tutorial to install this cics-deploy plug-in to Zowe CLI.
File renamed without changes.

0 commit comments

Comments
 (0)