featureUtility find
The featureUtility find
command finds features in the repositories that are applicable to your configuration and allows you to view detailed information about these features.
Usage examples
Search Maven Central and all your configured Maven repositories for the MicroProfile Health 2.2 feature:
featureUtility find mpHealth-2.2
Search Maven Central and all your configured Maven repositories for all available features:
featureUtility find
Syntax
Run the command from the path_to_liberty/bin
directory.
featureUtility find searchString
- searchString
-
The name of the feature that you want to find. The
featureUtility find
command finds features with names or descriptions that match the search string in Maven Central and your configured Maven repositories. If you do not specify a search string, thefeatureUtility find
command searches for all available features.