[
https://issues.apache.org/jira/browse/KARAF-3517?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet resolved KARAF-3517.
------------------------------------
Resolution: Fixed
Fixed in 3.0.x:
https://git-wip-us.apache.org/repos/asf?p=karaf.git;a=commitdiff;h=cacd537042d1a76dded85c9dcf5a6dbf1f14236c
> 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
> Assignee: Jean-Baptiste Onofré
> Priority: Minor
> Fix For: 3.0.4, 4.0.0.M3
>
>
> 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)