setComponentEnvironmentProperty

Set a component environment property value
This command will set a component property value specifically for this environment.

Format

udclient [global-args...] [global-flags...]
  setComponentEnvironmentProperty [parameters]

Parameters

Table 1. Parameters
Parameter Type Required Description
name string true Name of the property to set
value string false Value of the property to set
component string true Name or ID of the component
environment string true Name or ID of the environment
application string false Name of the application
isSecure boolean false Whether the property is secure; the default is the current state of the property, or false if the property is not yet specified

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  setComponentEnvironmentProperty
  -name Prop1
  -value value1
  -component JPetStore-APP
  -environment Environment1
  -application JPetStore

Related REST command: Set a component environment property value.


Feedback