Skip to content

Commit 402302b

Browse files
committed
zosmf profile for deploy/undeploy 2
Signed-off-by: Paul Cooper <[email protected]>
1 parent f51cba4 commit 402302b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/pages/cdp/CLIReadme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,14 +567,14 @@ target group of CICS regions\.
567567

568568
#### Profile Options
569569

570-
* `--zosmf-profile` | `--zosmf-p` *(string)*
571-
572-
* The name of a (zosmf) profile to load for this command execution\.
573-
574570
* `--cics-deploy-profile` | `--cics-deploy-p` *(string)*
575571

576572
* The name of a (cics\-deploy) profile to load for this command execution\.
577573

574+
* `--zosmf-profile` | `--zosmf-p` *(string)*
575+
576+
* The name of a (zosmf) profile to load for this command execution\.
577+
578578
### Examples
579579

580580
* Undeploy a CICS bundle by using the default cics-deploy

src/cli/undeploy/bundle/UndeployBundle.definition.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ export const UndeployBundleDefinition: ICommandDefinition = {
4040
CicshlqOption, CpsmhlqOption, JobcardOption, TimeoutOption, TargetStateOption,
4141
VerboseOption]
4242
.concat(ZosmfOptions.CICS_DEPLOY_ZOSMF_CONNECTION_OPTIONS),
43-
profile: { required: ["zosmf"], optional: ["cics-deploy"] },
43+
profile: { optional: ["cics-deploy", "zosmf"] },
4444
examples: [
4545
{
46-
description: "Undeploy a CICS bundle by using the default cics-deploy profile",
46+
description: "Undeploy a CICS bundle by using the default cics-deploy and zosmf profiles",
4747
options: `--name EXAMPLE`
4848
},
4949
{

0 commit comments

Comments
 (0)