The update element command updates an Element in the entry Stage, thereby creating a new level for the Element in the entry Stage.
Usage
zowe endevor update element <element> [options]
Positional Arguments
-
element
(string)
- Name of the Endevor element.
input sources options
-
--from-file
| --ff
(string)
- Use this input to provide source file.
-
--from-dataset
| --fd
(string)
- Use this input to provide source data set name.
-
--from-member
| --fm
(string)
- Use this input to provide source member name in the data set.
-
--from-path
| --fp
(string)
- Use this input to provide the path of source USS file. It must be used with from-uss-file.
-
--from-uss-file
| --fuf
(string)
- Use this input to provide source USS file name. It must be used with from-path
endevor-location definition options
-
--environment
| --env
(string)
- The Endevor environment where your project resides.
-
--system
| --sys
(string)
- The Endevor system where your project resides.
-
--subsystem
| --sub
(string)
- The Endevor subsystem where your project resides.
-
--type
| --typ
(string)
- Name of the Endevor element's type.
-
--ccid
| --cci
(string)
- The CCID you want to use when performing an Element action.
-
--comment
| --com
(string)
- The comment you want to have when performing an Element action
-
--maxrc
(number)
-
--instance
| -i
(string)
- Specifies Endevor Web Services dataSource name.
options
-
--override-signout
| --os
(boolean)
- Specify if you want to override the Signout of an Endevor element while performing this action.
-
--proc-group
| --pg
(string)
- The Endevor processor group you would like to use.
-
--generate
| -g
(boolean)
- Specifies if you want to Generate Element after Add/Update action.
-
--get-fingerprint
| --gfg
(boolean)
-
--fingerprint
| --fg
(string)
- Specifies the fingerprint of the element to Add or Update. Use value 'NEW' when adding a new element that shouldn't exist in the map yet.
-
--charset
| --char
(string)
-
--sync
| -s
(boolean)
- Specify if you want to synchronize source and current level of the Elements while performing this action.
-
--sync-with-history
| --swh
(boolean)
- Specify if you want to preserve the change history of the Elements while performing the synchronization during element update.
-
--sync-fingerprint
| --sfg
(string)
- Specifies the fingerprint of the element directly up the map that the updated element should be synchronized with. Prevents the sync if the element up the map doesn't match the fingerprint.
endevor session definition options
-
--host
| --hostname
(string)
- Specifies the base host name.
-
--port
| -p
(string)
- Specifies the port number.
-
--protocol
| --prot
(string)
-
Specifies the protocol used for connecting to Endevor Rest API
Default value: https
Allowed values: http, https
-
--user
| --username
(string)
-
--password
| --pass
(string)
- Specifies the user's password.
-
--reject-unauthorized
| --ru
(boolean)
- Specify this option to have the server certificate verified against the list of supplied CAs
-
--base-path
| --bp
(string)
- Specifies the base path used for connecting to Endevor Rest API
output customization options
Profile Options
-
--endevor-profile
| --endevor-p
(string)
- The name of a (endevor) profile to load for this command execution.
-
--endevor-location-profile
| --endevor-location-p
(string)
- The name of a (endevor-location) profile to load for this command execution.
-
--base-profile
| --base-p
(string)
- The name of a (base) profile to load for this command execution.
Base Connection Options
-
--token-type
| --tt
(string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value
| --tv
(string)
- The value of the token to pass to the API.
-
--cert-file
(local file path)
-
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs.
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples