config:propappend
Description
Appends the given value to an existing property or creates the property with the specified name and value.
Syntax
config:propappend [options] name value 
Arguments
| Name | Description | 
|---|
| name | The name of the property | 
| value | The value to append to the property | 
Options
| Name | Description | 
|---|
| -p, --pid | The configuration pid | 
| --help | Display this help message | 
| -b, --bypass-storage | Only pass config changes to configuration admin, do not store in a file directly. Only relevant if -p is also set. |