Print the applications in a catalog that follow a specific pattern.

ocne catalog search 
[{-N|--name} name]
[{-p|--pattern} pattern]

Where:

{-N|--name} name

The name of the catalog to search. The default is the Oracle Cloud Native Environment Application Catalog.

{-p|--pattern} pattern

The search terms. Must be a valid RE2 regular expression. You don't need to include this option when searching the default catalog, but you must include this option for any catalogs you add.

Example 4-26 Search the default catalog

To show all applications in the Oracle catalog:

ocne catalog search

Example 4-27 List all applications in the embedded catalog

To show all applications in the embedded Oracle catalog, built into the CLI:

ocne catalog search --name embedded

Example 4-28 Search the default catalog for a string

To search the default catalog for a specific string:

ocne catalog search --pattern 'ingress-*'

Example 4-29 Search a catalog for a string

To search the specified application catalog for a specific string:

ocne catalog search --name artifacthub --pattern 'ingress-*'