Usage
Arguments
Registry name or search term (optional). If provided, searches for registries matching this term.
Options
Filter registries by package type (DOCKER, NPM, MAVEN, etc.)
Number of items per page
Page number (zero-indexed)
Examples
Get All Registries
Without arguments, lists all registries (same ashc registry list):
Search by Name
Find registries matching a search term:Combine Search and Filters
Search for Docker registries containing “prod”:Get Specific Registry Details
JSON Output
Output
The command displays detailed information in a table:| Column | Description |
|---|---|
| Registry | Registry identifier |
| Package Type | Type of packages stored |
| Size | Total size of registry content |
| Registry Type | Type (VIRTUAL, LOCAL, REMOTE, etc.) |
| Description | Registry description |
| Link | URL to the registry |
Example Output
Search Behavior
The search term matches against:- Registry identifier
- Registry name
- Registry description
Filtering by Package Type
Combine search with package type filters:Pagination
Control pagination when search returns many results:Page numbers are zero-indexed. The first page is
--page 0, the second page is --page 1, etc.Use Cases
Verify Registry Exists
Check if a specific registry exists before using it:Find Registries by Type
Locate all NPM registries in your account:Search Production Registries
Find all production registries:Inspect Registry Size
Check the size of registries to identify large ones:Context
The command searches within your current authentication context. To search in a different context:Related Commands
- hc registry list - List all registries
- hc registry create - Create a new registry
- hc registry delete - Delete a registry
- hc registry metadata get - View registry metadata