Server Administration > Change Packages for SCM > Modifying Custom Change Package Attributes > To edit a change package attribute in the CLI
  
To edit a change package attribute in the CLI
From the CLI, type the following command:
im editcpattribute
--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>]
cpattributeID
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 change package attribute value. This option is valid for data type logical.
--displayName=value specifies if to display the name of the change package attribute.
--[no]mandatory specifies if the change package attribute value is mandatory.
--strings=value specifies string values for the attribute. This option is valid for data type stringlist.
--description=value specifies a short description for the attribute.
--position=[first|last|before:<name>|after:<name>] specifies the position of the attribute you are creating in the attribute order.
cpattributeID specifies the ID for the change package attribute you are editing.