You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/cdp/cdp-Creating-Zowe-CLI-profiles.md
+15-5Lines changed: 15 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ summary: "Zowe profiles let you store configuration details so you don't have to
6
6
sidebar: cdp_sidebar
7
7
permalink: cdp-Creating-Zowe-CLI-profiles.html
8
8
folder: cdp
9
+
toc: false
9
10
---
10
11
11
12
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
14
15
2. Environment variables
15
16
3. Profiles
16
17
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).
18
19
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 |
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:
22
32
@@ -47,7 +57,7 @@ To test the connection to the z/OSMF server using the profile:
47
57
zowe zosmf check status
48
58
```
49
59
50
-
### Create an SSH profile
60
+
### SSH profile
51
61
52
62
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:
53
63
@@ -78,7 +88,7 @@ To test the connection to the SSH server using the profile:
78
88
zowe zos-uss issue ssh 'uname -a'
79
89
```
80
90
81
-
### Create a cics-deploy profile
91
+
### CICS deploy profile
82
92
83
93
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:
To test the cics-deploy profile, follow the steps in [Deploying a Node.js application](cdp-Deploying-a-nodejs-application).
108
118
109
-
### Create a CICS profile
119
+
### CICS profile
110
120
111
121
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:
0 commit comments