Karaf 4.3.6 I am looking to load configuration into a shell command, but I do not see where to set the configuration PID nor do I see where the configuration is passed or injected into the Action class.
In a component, the configuration loaded by @Activate is defined by @Component and the configurationPid attribute. What are the equivalents for shell commands, class that implement org.apache.karaf.shell.api.action.Action? Paul Spencer
