The CA Endevor SCM element location, where you specify your working environment, system and subsystem
Usage
zowe profiles create endevor-location-profile <profileName> [options]
Positional Arguments
-
profileName
(string)
- Specifies the name of the new endevor-location profile. You can load this profile by using the name on commands that support the "--endevor-location-profile" option.
Options
-
--instance
| -i
(string)
- The STC/datasource of the session
-
--environment
| --env
(string)
-
--system
| --sys
(string)
- The CA Endevor SCM system where the element resides
-
--subsystem
| --sub
(string)
- The CA Endevor SCM subsystem where your element resides
-
--type
| --typ
(string)
- Name of the CA Endevor SCM element's type
-
--stage-number
| --sn
(string)
-
--comment
| --com
(string)
- The CA Endevor SCM comment you want to use when performing an action
-
--ccid
| --cci
(string)
- The CA Endevor SCM CCID you want to use when performing an action
-
--maxrc
(number)
-
--override-signout
| --os
(boolean)
-
--overwrite
| --ow
(boolean)
- Overwrite the endevor-location profile when a profile of the same name exists.
-
--disable-defaults
| --dd
(boolean)
- Disable populating profile values of undefined properties with default values.
Examples
-
Create a location profile called 'ndvrLoc' to work at CA Endevor SCM location ENV/1/SYS/SUBSYS, with elements of type COBOL, using CA Endevor SCM web services configuration ENDEVOR:
zowe profiles create endevor-location-profile ndvrLoc --env ENV --sys SYS --sub SUBSYS --typ COBOL --sn 1 -i ENDEVOR
-
Create a location profile called 'ndvrLoc2' to work at CA Endevor SCM location ENV/1/SYS/SUBSYS, using CCID 'CCID' and comment 'sample comment':
zowe profiles create endevor-location-profile ndvrLoc2 --env ENV --sys SYS --sub SUBSYS --sn 1 --com 'sample comment' --cci 'CCID'