Config Scope
The commands within the config: scope are used to modify configuration data of Karaf instances (data stored in the /etc folder of the Karaf instance.) Updates take effect immediately without need of restarting Karaf. Note there is also a ConfigMBean that can be used to do this configuration within JMX.
Command |
Parameters |
Description |
---|---|---|
config:cancel | Cancels the changes to the configuration being edited. | |
config:delete | [options] pid | Deletes a configuration. |
config:edit | [options] pid | Creates or edits a configuration. |
config:list | [query] | Lists existing configurations. |
config:meta | [options] | Lists meta type information. |
config:property-append | [options] name value | Appends the given value to an existing property or creates the property with the specified name and value. |
config:property-delete | [options] property | Deletes a property from the configuration being edited. |
config:property-list | [options] | Lists properties from the currently edited configuration. |
config:property-set | [options] property value | Sets a property in the currently edited configuration. |
config:update | Saves and propagates changes from the configuration being edited |