nat.cli.commands.registry.search#
Attributes#
Functions#
|
|
|
Search for NAT artifacts with the specified configuration. |
Module Contents#
- logger#
- async search_artifacts(
- registry_handler_config: nat.data_models.registry_handler.RegistryHandlerBaseConfig,
- query: str,
- search_fields: list[nat.registry_handlers.schemas.search.SearchFields],
- visualize: bool,
- component_types: list[nat.data_models.component.ComponentEnum],
- save_path: str | None = None,
- n_results: int = 10,