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/wlp/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, the featureUtility find command searches for all available features.

Exit codes

The following exit codes are available for the featureUtility find command:

Exit codes for the featureUtility find command
CodeExplanation

0

OK. 0 indicates successful completion of the requested operation.

20

20 indicates that one or more arguments are not valid.

21

21 indicates that a runtime exception occurred during connection to a repository.