udclient [global-args...] [global-flags...]
setComponentEnvironmentProperty [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 |
udclient -username admin -password admin
-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.