Details
Description
It would be nice if Karaf had a way to get status of features. Currently the way to do this is using "features:list | grep myFeature" so this is not a required feature. OTOH it would be nice to run "features:status myFeature" and have some kind of output like "installed" or "uninstalled". This can help to quickly determine whether a feature that is being developed is loaded correctly.