eolivelli opened a new issue, #18175: URL: https://github.com/apache/pulsar/issues/18175
### Search before asking - [X] I searched in the [issues](https://github.com/apache/pulsar/issues) and found nothing similar. ### Motivation You cannot modify the 'default' configuration and this makes sense. But if you want to create a new configuration you have to provide all the parameters. It would be great to have a way to clone an existing configuration `config create jms --copy default` or `config create jms` (by default it clones the default configuration) then you can do whatever you prefer with the new configuration, for instance enable a CLI extension `config set-property -p customCommandFactories -v jms` ### Solution _No response_ ### Alternatives _No response_ ### Anything else? _No response_ ### Are you willing to submit a PR? - [ ] I'm willing to submit a PR! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
