Skip to content

Commit e6dde20

Browse files
committed
Merge branch 'branch1' of github.com:pcoop/zowe-cli-cics-deploy-plugin into branch1
2 parents 90d9c52 + 1f3be4e commit e6dde20

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ permalink: cdp-Creating-Zowe-CLI-profiles.html
88
folder: cdp
99
---
1010

11+
The Zowe CLI lets you define arguments and options for commands in multiple ways, with the following order of precedence:
12+
13+
1. Command-line
14+
2. Environment variables
15+
3. Profiles
16+
17+
This provides flexibility when you issue commands and write automation scripts. Further detail is in [Understanding command option order of precedence](https://zowe.github.io/docs-site/latest/user-guide/cli-configuringcli.html#understanding-command-option-order-of-precedence). Therefore by creating and setting options in the following profiles, they will become your defaults and do not need to repeat them on Zowe CLI command unless you wish to override them.
18+
1119
### Create a z/OSMF profile
1220

13-
The z/OSMF profile defines the parameters needed to connect to the z/OSMF server on z/OS. You need to know the following from your z/OS system administrator:
21+
The z/OSMF profile defines the options needed to connect to the z/OSMF server on z/OS. You need to know the following from your z/OS system administrator:
1422

1523
| Option | Description |
1624
| --- | --- |
@@ -41,7 +49,7 @@ zowe zosmf check status
4149

4250
### Create an SSH profile
4351

44-
The SSH profile defines the parameters needed to connect to the SSH server on z/OS. You need to know the following from your z/OS system administrator:
52+
The SSH profile defines the options needed to connect to the SSH server on z/OS. You need to know the following from your z/OS system administrator:
4553

4654
| Option | Description |
4755
| --- | --- |

docs/pages/cdp/cdp-Provisioning-a-CICS-region.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you can provision a CICS region, a z/OS PT image needs to be created and
1717

1818
#### Procedure
1919

20-
1. Install the Zowe CLI and plugins by following the steps in [Installing](cdp-Installing).
20+
1. Install the Zowe CLI and plug-ins by following the steps in [Installing](cdp-Installing).
2121

2222
2. Create Zowe CLI profiles by following the steps in [Creating Zowe CLI profiles](cdp-Creating-Zowe-CLI-profiles).
2323

0 commit comments

Comments
 (0)