Configuration profile for View
Usage
zowe profiles create caview-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new caview profile. You can load this profile by using the name on commands that support the "--caview-profile" option.
Options
-
--protocol
(string)
-
--hostname
(string)
- Hostname or ip address of the target View REST API instance.
-
--port
| -P
(number)
-
--base-path
(string)
-
--username
(string)
- User name used to authenticate against the target View REST API instance.
-
--password
| --pass
| --pw
(string)
- Password used to authenticate against the target View REST API instance.
-
--overwrite
| --ow
(boolean)
- Overwrite the caview profile when a profile of the same name exists.
-
--disable-defaults
| --dd
(boolean)
- Disable populating profile values of undefined properties with default values.
Examples