Configuration profile for View
Warning: This command has been deprecated.
Recommended replacement: The 'config init' command
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)
-
--host | --hostname (string)
- Hostname or ip address of the target View REST API instance.
-
--port (number)
-
--base-path (string)
-
--user | --username (string)
- User name used to authenticate against the target View REST API instance.
-
--password (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