Usage
Options
Filter registries by package type (DOCKER, NPM, MAVEN, etc.)
Number of items per page
Page number (zero-indexed)
Examples
List All Registries
Display all registries with default pagination:The default page size is 10 items. Use
--page-size to adjust.Filter by Package Type
List only Docker registries:Custom Pagination
Get 25 registries per page:Output in JSON Format
Output
The command displays a table with the following columns:| Column | Description |
|---|---|
| Registry | Registry identifier |
| Package Type | Type of packages (DOCKER, NPM, MAVEN, etc.) |
| Size | Total size of the registry |
| Registry Type | Registry type (e.g., VIRTUAL, LOCAL) |
| Description | Registry description |
| Link | URL to the registry |
Example Output
Pagination Details
The output includes pagination information:- Current page number
- Total number of pages
- Total item count
Page numbers are zero-indexed, so the first page is
--page 0.Supported Package Types
You can filter by any of these package types:DOCKER- Docker container imagesHELM- Helm chartsMAVEN- Java/Maven artifactsNPM- Node.js packagesNUGET- .NET packagesPYTHON- Python packagesGO- Go modulesGENERIC- Generic file storageCONDA- Conda packagesCOMPOSER- PHP packagesDART- Dart/Flutter packages
Context
The command uses your current authentication context (account, organization, project). To list registries from a different context:Related Commands
- hc registry get - Get detailed information about a specific registry
- hc registry create - Create a new registry
- hc registry delete - Delete a registry