Skip to content

Commit 3140687

Browse files
committed
auto-doc
1 parent 88c8599 commit 3140687

File tree

2 files changed

+209
-7
lines changed

2 files changed

+209
-7
lines changed

docs/CLIReadme.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,10 @@ Push a CICS bundle from the working directory to a target CICSplex.
442442
* Specifies the name of the CICS BUNDLE resource (up to 8 characters) to deploy or
443443
undeploy.
444444

445-
* `--bundledir` | `--bd` *(string)*
445+
* `--targetdir` | `--td` *(string)*
446446

447-
* Specifies the location of the CICS bundle (up to 255 characters) on zFS.
447+
* Specifies the target zFS location in which the CICS bundle should be created (up
448+
to 255 characters)
448449

449450
#### Options
450451

@@ -524,26 +525,30 @@ on the remote system.
524525

525526
* The name of a (zosmf) profile to load for this command execution.
526527

528+
* `--ssh-profile` | `--ssh-p` *(string)*
529+
530+
* The name of a (ssh) profile to load for this command execution.
531+
527532
* `--cics-deploy-profile` | `--cics-deploy-p` *(string)*
528533

529534
* The name of a (cics-deploy) profile to load for this command execution.
530535

531536
### Examples
532537

533538
*- Push a CICS bundle from the working directory using default
534-
cics-deploy and zosmf profiles:
539+
cics-deploy, ssh and zosmf profiles:
535540

536-
* ` $ zowe push bundle --name EXAMPLE --bundledir /u/example/bundleDir`
541+
* ` $ zowe push bundle --name EXAMPLE --targetdir /u/example/bundles`
537542

538543
*- Push a CICS bundle from the working directory using
539-
specific zosmf & cics-deploy profiles:
544+
specific zosmf, ssh & cics-deploy profiles:
540545

541-
* ` $ zowe push bundle --name EXAMPLE --bundledir /u/example/bundleDir --zosmf-profile testplex --cics-deploy-profile devcics`
546+
* ` $ zowe push bundle --name EXAMPLE --targetdir /u/example/bundles --zosmf-profile testplex --cics-deploy-profile devcics --ssh-profile ssh`
542547

543548
*- Push a CICS bundle from the working directory replacing any
544549
bundle of the same name that is already deployed:
545550

546-
* ` $ zowe push bundle --bundleid mybundle --nodejsapp myapp --startscript server.js --overwrite`
551+
* ` $ zowe push bundle --name EXAMPLE --targetdir /u/example/bundles --overwrite`
547552

548553
# undeploy | u | udep<a name="module-undeploy"></a>
549554
Undeploy a CICS bundle from one or more CICS regions within a CICSplex. A BUNDLE resource is made UNAVAILABLE, it is then DISABLED and DISCARDED from the target scope with the CICSplex.

package-lock.json

Lines changed: 197 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)