Details
Description
In order to simply edit the property of the configuration you currently need to issue 3 commands.
It would be great if we allowed the user to do it with one command by providing the pid as an Option.
This is not only for convenience, but it will also provide a solution for cases where we can't take advantage of the advantage of the Command Session:
i) Using admin:connect command to execute commands to karaf instances.
ii) Inside a completer (e.g Its not possible to know which config you are editing inside a completer (which make property name completion impossible), but if you can provide the pid as an option I think property completion would be possible).