@@ -20,7 +20,7 @@ the target group of CICS regions\.
20
20
21
21
zowe cics-deploy deploy bundle [ options]
22
22
23
- #### Required Options
23
+ #### cics-deploy Options
24
24
25
25
* ` --name ` | ` -n ` * (string)*
26
26
@@ -31,8 +31,6 @@ the target group of CICS regions\.
31
31
32
32
* Specifies the location of the CICS bundle (up to 255 characters) on zFS\.
33
33
34
- #### Options
35
-
36
34
* ` --cicsplex ` | ` --cp ` * (string)*
37
35
38
36
* Specifies the CICSplex (up to 8 characters) to target\. Use this parameter if
@@ -61,7 +59,7 @@ the target group of CICS regions\.
61
59
bundle is undeployed, the definition is removed\. The \-\- csd\- group and
62
60
\-\- res\- group options are mutually exclusive\.
63
61
64
- * ` --cics-hlq ` | ` --ch ` | ` --cicshlq ` * (string)*
62
+ * ` --cics-hlq ` | ` --cq ` | ` --cicshlq ` * (string)*
65
63
66
64
* Specifies the high\- level qualifier (up to 35 characters) at which the CICS
67
65
datasets can be found in the target environment\. Use this parameter if you have
@@ -144,7 +142,7 @@ required\.
144
142
145
143
zowe cics-deploy generate bundle [ options]
146
144
147
- #### Options
145
+ #### cics-deploy Options
148
146
149
147
* ` --bundle-id ` | ` -b ` | ` --id ` | ` --bundleid ` * (string)*
150
148
@@ -217,7 +215,7 @@ Push a CICS bundle from the working directory to a target CICSplex\.
217
215
218
216
zowe cics-deploy push bundle [ options]
219
217
220
- #### Required Options
218
+ #### cics-deploy Options
221
219
222
220
* ` --name ` | ` -n ` * (string)*
223
221
@@ -229,8 +227,6 @@ Push a CICS bundle from the working directory to a target CICSplex\.
229
227
* Specifies the target zFS location in which the CICS bundle is to be created (up
230
228
to 255 characters)
231
229
232
- #### Options
233
-
234
230
* ` --cicsplex ` | ` --cp ` * (string)*
235
231
236
232
* Specifies the CICSplex (up to 8 characters) to target\. Use this parameter if
@@ -259,7 +255,7 @@ Push a CICS bundle from the working directory to a target CICSplex\.
259
255
bundle is undeployed, the definition is removed\. The \-\- csd\- group and
260
256
\-\- res\- group options are mutually exclusive\.
261
257
262
- * ` --cics-hlq ` | ` --ch ` | ` --cicshlq ` * (string)*
258
+ * ` --cics-hlq ` | ` --cq ` | ` --cicshlq ` * (string)*
263
259
264
260
* Specifies the high\- level qualifier (up to 35 characters) at which the CICS
265
261
datasets can be found in the target environment\. Use this parameter if you have
@@ -307,8 +303,99 @@ Push a CICS bundle from the working directory to a target CICSplex\.
307
303
* Enable or disable the ability to replace an existing bundle directory or bundle
308
304
on the remote system\.
309
305
306
+ #### Zosmf Connection Options
307
+
308
+ * ` --zosmf-host ` | ` --zh ` * (string)*
309
+
310
+ * The z/OSMF server host name\.
311
+
312
+ * ` --zosmf-port ` | ` --zp ` * (number)*
313
+
314
+ * The z/OSMF server port\.
315
+
316
+ * ` --zosmf-user ` | ` --zu ` * (string)*
317
+
318
+ * Mainframe (z/OSMF) user name, which can be the same as your TSO login\.
319
+
320
+ * ` --zosmf-password ` | ` --zpw ` * (string)*
321
+
322
+ * Mainframe (z/OSMF) password, which can be the same as your TSO password\.
323
+
324
+ * ` --zosmf-reject-unauthorized ` | ` --zru ` * (boolean)*
325
+
326
+ * Reject self\- signed certificates\.
327
+
328
+ * ` --zosmf-base-path ` | ` --zbp ` * (string)*
329
+
330
+ * The base path for your API mediation layer instance\. Specify this option to
331
+ prepend the base path to all z/OSMF resources when making REST requests\. Do not
332
+ specify this option if you are not using an API mediation layer\.
333
+
334
+ #### z/OS Ssh Connection Options
335
+
336
+ * ` --ssh-host ` | ` --sh ` * (string)*
337
+
338
+ * The z/OS SSH server host name\.
339
+
340
+ * ` --ssh-port ` | ` --sp ` * (number)*
341
+
342
+ * The z/OS SSH server port\.
343
+
344
+ * ` --ssh-user ` | ` --su ` * (string)*
345
+
346
+ * Mainframe user name, which can be the same as your TSO login\.
347
+
348
+ * ` --ssh-password ` | ` --spw ` * (string)*
349
+
350
+ * Mainframe password, which can be the same as your TSO password\.
351
+
352
+ * ` --ssh-private-key ` | ` --spk ` * (string)*
353
+
354
+ * Path to a file containing your private key, that must match a public key stored
355
+ in the server for authentication
356
+
357
+ * ` --ssh-key-passphrase ` | ` --skp ` * (string)*
358
+
359
+ * Private key passphrase, which unlocks the private key\.
360
+
361
+ * ` --ssh-handshake-timeout ` | ` --sht ` * (number)*
362
+
363
+ * How long in milliseconds to wait for the SSH handshake to complete\.
364
+
365
+ #### CICS Connection Options
366
+
367
+ * ` --cics-host ` | ` --ch ` * (string)*
368
+
369
+ * The CMCI server host name\.
370
+
371
+ * ` --cics-port ` | ` --cpo ` * (number)*
372
+
373
+ * The CICS server port\.
374
+
375
+ * ` --cics-user ` | ` --cu ` * (string)*
376
+
377
+ * Mainframe (CICS) user name, which can be the same as your TSO login\.
378
+
379
+ * ` --cics-password ` | ` --cpw ` * (string)*
380
+
381
+ * Mainframe (CICS) password, which can be the same as your TSO password\.
382
+
383
+ * ` --cics-reject-unauthorized ` | ` --cru ` * (boolean)*
384
+
385
+ * Reject self\- signed certificates\.
386
+
387
+ * ` --cics-protocol ` | ` --cpr ` * (string)*
388
+
389
+ * Specifies CMCI protocol (http or https)\.
390
+
391
+ Allowed values: http, https
392
+
310
393
#### Profile Options
311
394
395
+ * ` --cics-deploy-profile ` | ` --cics-deploy-p ` * (string)*
396
+
397
+ * The name of a (cics\- deploy) profile to load for this command execution\.
398
+
312
399
* ` --zosmf-profile ` | ` --zosmf-p ` * (string)*
313
400
314
401
* The name of a (zosmf) profile to load for this command execution\.
@@ -317,18 +404,14 @@ Push a CICS bundle from the working directory to a target CICSplex\.
317
404
318
405
* The name of a (ssh) profile to load for this command execution\.
319
406
320
- * ` --cics-deploy-profile ` | ` --cics-deploy-p ` * (string)*
321
-
322
- * The name of a (cics\- deploy) profile to load for this command execution\.
323
-
324
407
* ` --cics-profile ` | ` --cics-p ` * (string)*
325
408
326
409
* The name of a (cics) profile to load for this command execution\.
327
410
328
411
### Examples
329
412
330
413
* Push a CICS bundle from the working directory by using
331
- default cics-deploy, ssh and zosmf profiles:
414
+ default cics-deploy, cics, ssh and zosmf profiles:
332
415
333
416
* `$ zowe cics-deploy push bundle --name EXAMPLE --target-directory /u/example/bundles`
334
417
@@ -353,15 +436,13 @@ target group of CICS regions\.
353
436
354
437
zowe cics-deploy undeploy bundle [ options]
355
438
356
- #### Required Options
439
+ #### cics-deploy Options
357
440
358
441
* ` --name ` | ` -n ` * (string)*
359
442
360
443
* Specifies the name of the CICS BUNDLE resource (up to 8 characters) to deploy or
361
444
undeploy\.
362
445
363
- #### Options
364
-
365
446
* ` --cicsplex ` | ` --cp ` * (string)*
366
447
367
448
* Specifies the CICSplex (up to 8 characters) to target\. Use this parameter if
@@ -390,7 +471,7 @@ target group of CICS regions\.
390
471
bundle is undeployed, the definition is removed\. The \-\- csd\- group and
391
472
\-\- res\- group options are mutually exclusive\.
392
473
393
- * ` --cics-hlq ` | ` --ch ` | ` --cicshlq ` * (string)*
474
+ * ` --cics-hlq ` | ` --cq ` | ` --cicshlq ` * (string)*
394
475
395
476
* Specifies the high\- level qualifier (up to 35 characters) at which the CICS
396
477
datasets can be found in the target environment\. Use this parameter if you have
@@ -486,7 +567,7 @@ actions\.
486
567
* Specifies the name of the CICS System, or CICS System Group (up to 8 characters)
487
568
to target\.
488
569
489
- * ` --cics-hlq ` | ` --ch ` | ` --cicshlq ` * (string)*
570
+ * ` --cics-hlq ` | ` --cq ` | ` --cicshlq ` * (string)*
490
571
491
572
* Specifies the High Level Qualifier (up to 35 characters) at which the CICS
492
573
datasets can be found in the target environment\.
@@ -592,7 +673,7 @@ actions\.
592
673
if a bundle is undeployed then the definition is removed\. The \-\- csd\- group
593
674
and \-\- res\- group options are mutually exclusive\.
594
675
595
- * ` --cics-hlq ` | ` --ch ` | ` --cicshlq ` * (string)*
676
+ * ` --cics-hlq ` | ` --cq ` | ` --cicshlq ` * (string)*
596
677
597
678
* Specifies the High Level Qualifier (up to 35 characters) at which the CICS
598
679
datasets can be found in the target environment\.
0 commit comments