Fabian Lange created KARAF-3517:
-----------------------------------
Summary: Typo in features bundle info
Key: KARAF-3517
URL: https://issues.apache.org/jira/browse/KARAF-3517
Project: Karaf
Issue Type: Bug
Components: karaf-feature
Reporter: Fabian Lange
Priority: Minor
The Bundle Info for the features bundle claims that all commands are "features:"
https://github.com/apache/karaf/blob/d53de84df42a98681bc4cbe4cdb9b226244e6bd9/features/command/src/main/resources/OSGI-INF/bundle.info
{code}
The following commands are available:
* features:addUrl - Adds a list of repository URLs to the features service.
{code}
however, the commands actually are named "feature:"
{code}
karaf@root()> feature
feature feature:info feature:install
feature:list feature:regions
feature:repo-add feature:repo-list
feature:repo-refresh feature:repo-remove
feature:requirement-add
feature:requirement-list feature:requirement-remove feature:start
feature:stop feature:uninstall
feature:version-list
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)