Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.6.5. config:propappend, propappend
Abstract
appends the given value to an existing property or creates the property with the specified name and value
Synopsis Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
config:propappend
[
--help
] [[
-b
] | [
--bypass-storage
]] [[
-p PID
] | [
--pid PID
]] {
name
} {
value
}
Details Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
When you append a value to a property using the config:propappend command, the change is stored in the buffer and not propagated to the container until the editing session is closed.
If you use the
-p
argument to specify a PID, however, the change is made immediately.
Arguments Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Table 6.5, “config:propappend Arguments” describes the command's arguments.
Argument | Interpretation |
---|---|
--help | Displays the online help for this command. |
-b , --bypass-storage | Doe not write the change to the local file. |
-p , --pid | Specifies the PID of the configuration in which to make the change. The default is to change the configuration currently open for editing. |
name | Specifies the name of the property to change. |
value | Specifies the value to append to the property. |