Skip to content

Commit 41de8a7

Browse files
committed
Add table of profiles
Signed-off-by: Mark Cocker <[email protected]>
1 parent 10c584b commit 41de8a7

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

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

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ summary: "Zowe profiles let you store configuration details so you don't have to
66
sidebar: cdp_sidebar
77
permalink: cdp-Creating-Zowe-CLI-profiles.html
88
folder: cdp
9+
toc: false
910
---
1011

1112
The Zowe CLI lets you define arguments and options for commands in multiple ways, with the following order of precedence:
@@ -14,9 +15,18 @@ The Zowe CLI lets you define arguments and options for commands in multiple ways
1415
2. Environment variables
1516
3. Profiles
1617

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+
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. 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).
1819

19-
### Create a z/OSMF profile
20+
The CICS deploy plug-in makes use of the following profiles:
21+
22+
| Profile | Used by command | Connects to z/OS server |
23+
| --- | --- | --- |
24+
| [z/OSMF profile](#zosmf-profile) | **zowe cics-deploy ...** <br /> zowe console ... <br /> zowe zos-files ... <br /> zowe zos-jobs ... <br /> zowe zos-tso ... <br /> zowe zos-workflows ... <br /> zowe zosmf ... <br /> zowe provisioing ... | z/OSMF |
25+
| [SSH profile](#ssh-profile) | **zowe cics-deploy push ...** <br /> zowe zos-uss ... | SSH |
26+
| [CICS deploy profile](#cics-deploy-profile) | **zowe cics-deploy ...** | |
27+
| [CICS profile](#cics-profile) | **zowe cics-deploy push ...** <br /> zowe cics ... | CICSPlex SM WUI |
28+
29+
### z/OSMF profile
2030

2131
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:
2232

@@ -47,7 +57,7 @@ To test the connection to the z/OSMF server using the profile:
4757
zowe zosmf check status
4858
```
4959

50-
### Create an SSH profile
60+
### SSH profile
5161

5262
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:
5363

@@ -78,7 +88,7 @@ To test the connection to the SSH server using the profile:
7888
zowe zos-uss issue ssh 'uname -a'
7989
```
8090

81-
### Create a cics-deploy profile
91+
### CICS deploy profile
8292

8393
The cics-deploy profile identifies the CICS environment for deployment. An example of how to create an environment using using z/OS Provisioning Toolkit as described in [Provisioning a CICS region using z/OS PT](cdp-Provisioning-a-CICS-region-using-zospt). You need to know the following from your CICS system administrator:
8494

@@ -106,7 +116,7 @@ zowe profiles create cics-deploy-profile --help
106116

107117
To test the cics-deploy profile, follow the steps in [Deploying a Node.js application](cdp-Deploying-a-nodejs-application).
108118

109-
### Create a CICS profile
119+
### CICS profile
110120

111121
The CICS profile identifies the connection to the CICS Web User Interface (WUI) server to query application resources. You need to know the following from your CICS system administrator:
112122

0 commit comments

Comments
 (0)