The Endevor element location, where you specify your working environment, system and subsystem
Warning: This command has been deprecated.
Recommended replacement: The 'config set' command
Usage
zowe profiles update 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)
- The Endevor environment where your project resides
-
--system | --sys (string)
- The Endevor system where the element resides
-
--subsystem | --sub (string)
- The Endevor subsystem where your element resides
-
--type | --typ (string)
- Name of the Endevor element's type
-
--stage-number | --sn (string)
-
--comment | --com (string)
- The Endevor comment you want to use when performing an action
-
--ccid | --cci (string)
- The Endevor CCID you want to use when performing an action
-
--maxrc (number)
- The return code of Endevor that defines a failed action
-
--override-signout | --os (boolean)
- Always override element signout, without having to specify the override signout option on each command
-
--file-extension | --ext (string)
-
The strategy for deciding what file extension to use during a bulk retrieve or workspace synchronization. Must be one of the following:
none: File name is equal to element name, no extension is added\.
file\-ext: The file extension defined in the Type definition is used; If not defined, no extension is added\.
type\-name: The type name is used as the file extension\.
mixed: The file extension defined in Type definition is used; If not defined, the type name is used instead\.
Allowed values: none, type-name, file-ext, mixed