Details
Description
Currently, changing the Karaf instance name requires to go into the config.properties file and edit it by hand.
It could be great to add commands in the system scope to get and set the current instance name.
Something like:
karaf@root> system:name
root
karaf@root> system:name foobar
karaf@foobar>