Server Administration > Change Packages for SCM > Modifying Change Package Entry Attributes > To edit a change package entry attribute in the CLI
  
To edit a change package entry attribute in the CLI
From the CLI, type the following command:
im editcpentryattribute
--cpType=change package type
--decimalPlaces=value
--displayFormat=[truefalse|tf|yesno|yn]
--displayName=value
--[no]mandatory
--strings=value
--description=value
--position=[first|last|before:<name>|after:<name>]
cpentryattributeID
where:
--cpType=change package type specifies the name of change package type the attribute is being created for.
--decimalPlaces=value specifies the number of decimal places in the value the attribute takes. This option is valid for data type float.
--displayFormat=[true|false|t|f|yes|no|y|n] specifies if to display the format of value. This option is valid for data type logical.
--displayName=value specifies if to display the name of the change package entry attribute.
--[no]mandatory specifies if the change package entry attribute value is mandatory.
--strings=value specifies a string of values for the change package entry attribute. This option is valid for data type stringlist.
--description=value specifies a short description for the change package entry attribute.
--position=[first|last|before:<name>|after:<name>] specifies the position of the change package entry attribute you are creating in the attribute order.
cpentryattributeID specifies the ID for the change package entry attribute you are editing.