Description
The Karaf 4 documentation mentions the ability to script:
It's possible to create objects to create commands "on the fly":
karaf@root()> addcommand system (($.context bundle) loadClass java.lang.System)
However this does not work, and displays the following error message:
Command not found: addcommand
Is the documentation outdated, and if so what's the new way to achieve the same result?
Thanks.