addEnvironmentProperty

Create a component environment property

Format

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

Parameters

Table 1. Parameters
Parameter Type Required Description
name string true Name of the property
component string true ID of the component
label string false Label of the property
default string false Default value
description string false Description for the property
required boolean false Whether the property is required
pattern string false A regular expression that specifies valid values for the property

Example

udclient -username jsmith -password passwd 
  -weburl https://myserver.example.com:8443
  addEnvironmentProperty 
  -name MyProperty 
  -component d2e59ca4-a2f5-4851-9c85-629c1019ba20 
  -required true
  

Related REST command: Create a component environment property.


Feedback