A profile for interaction with Db2 for the z/OS region
Usage
zowe profiles create db2-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new db2 profile. You can load this profile by using the name on commands that support the "--db2-profile" option.
Options
-
--host
| -H
(string)
-
--port
| -P
(number)
- The Db2 server port number
-
--user
| -u
(string)
- The Db2 user ID (may be the same as the TSO login)
-
--password
| --pass
| --pw
(string)
- The Db2 password (may be the same as the TSO password)
-
--database
| -d
(string)
-
--ssl-file
| -s
(string)
- Path to an SSL Certificate file
-
--overwrite
| --ow
(boolean)
- Overwrite the db2 profile when a profile of the same name exists.
-
--disable-defaults
| --dd
(boolean)
- Disable populating profile values of undefined properties with default values.