Announcement

Collapse
No announcement yet.

Release 6.20.0: Dynamic Attributes for Contexts - CLT

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Release 6.20.0: Dynamic Attributes for Contexts - CLT

    The CLT for createcontext and changecontext contain dynamic attribute setters. A dynamic attribute consists of a namespace, a name and a value. Attributes have to be specified in the form --namespace/name=value or, for removal --remove-namespace/name. For example:

    createcontext -i [someid] -A ... -P ... ... --com.openexchange.some.feature/someAttr=someValue

    or

    createcontext -i [someid] -A ... -P ... ... --remove-com.openexchange.some.feature/someAttr
Working...
X