Skip to content

Commit ad73b39

Browse files
committed
Merge branch 'branch1' of github.com:pcoop/zowe-cli-cics-deploy-plugin into branch1
2 parents 6280225 + 8708467 commit ad73b39

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

docs/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The cics-deploy push command combines several activities into a single combined
159159
<a name="zosmf_profile"></a>
160160
#### The zosmf profile
161161

162-
The `cics-deploy push bundle` command interacts with the target z/OS environment using several different protocols, one of which is zOSMF. The zosmf profile in Zowe defines the connectivity parameters required to connect to a remote zOSMF server in the target z/OS environment. You will typically require the hostname of the target server, the port number at which the zOSMF service is running, and a suitable userid and password for the target server. Your userid will need to have been authorised to perform the various actions that will be needed in order to deploy the Bundle.
162+
The `cics-deploy push bundle` command interacts with the target z/OS environment using several different protocols, one of which is z/OSMF. The zosmf profile in Zowe defines the connectivity parameters required to connect to a remote z/OSMF server in the target z/OS environment. You will typically require the hostname of the target server, the port number at which the z/OSMF server is running, and a suitable user ID and password for the target server. Your user ID will need to have been authorised to perform the various actions that will be needed in order to deploy the Bundle.
163163

164164
If you have not already done so, start by creating a zosmf profile in Zowe CLI. 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:
165165

@@ -168,7 +168,7 @@ If you have not already done so, start by creating a zosmf profile in Zowe CLI.
168168
<a name="ssh_profile"></a>
169169
#### The ssh profile
170170

171-
The `cics-deploy push bundle` command may attempt to issue Unix commands over the SSH protocol. In order to do so it requires a profile to be defined for the remote SSH server. You will typically need to know the hostname of the target server, the port at which the SSH service is running, and a suitable userid and password for the target server. It is recommended that you use the same userid and host for running SSH as is used for zOSMF, failure to do so will result in undefined behaviour.
171+
The `cics-deploy push bundle` command may attempt to issue Unix commands over the SSH protocol. In order to do so it requires a profile to be defined for the remote SSH server. You will typically need to know the hostname of the target server, the port at which the SSH service is running, and a suitable user ID and password for the target server. It is recommended that you use the same user ID and host to connect with SSH as is used for z/OSMF, failure to do so will result in undefined behaviour.
172172

173173
If you have not already done so, create an ssh profile in Zowe CLI. 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 an SSH profile issue the following command:
174174

@@ -201,7 +201,7 @@ The `cics-deploy push bundle` command pushes a bundle from the working directory
201201

202202
If you have configured default profiles for zosmf, ssh and cics-deploy then only two further items are needed:
203203

204-
1. An up to 8 character unique name to use for the Bundle resource in CICS.
204+
1. A unique name (up to 8 characters) to use for the BUNDLE resource in CICS.
205205
2. A directory in the target zFS in which do stage the Bundle's resources.
206206

207207
For example, you might issue the following command:
@@ -235,4 +235,4 @@ Advanced users may prefer to use these sub-commands in preference to the `push`
235235
<a name="contributing"></a>
236236
## Contributing
237237

238-
If you would like to contribute to the cics-deploy project you will need a development envionment from which to do so. Follow the instructions at [Setting up your development environment](./tutorials/Setup.md) for further information.
238+
If you would like to contribute to the cics-deploy project you will need a development envionment from which to do so. Follow the instructions at [Setting up your development environment](./tutorials/Setup.md) for further information.

src/api/BundlePush/BundlePusher.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ export class BundlePusher {
160160
}
161161

162162
private async createSshSession(): Promise<SshSession> {
163-
// Create a zosMF session
164163
const sshProfile = this.params.profiles.get("ssh");
165164

166165
if (sshProfile === undefined) {

0 commit comments

Comments
 (0)