Synopsis
Lists all artifacts in the Harness Artifact Registry. Results can be filtered by registry and paginated for large datasets.Options
Filter artifacts by registry name
Number of items per page
Page number (zero-indexed)
Output Format
The command displays artifacts in a table format with the following columns:- Artifact - Name of the artifact
- Version - Latest or current version
- Package Type - Type of package (Docker, NPM, Maven, etc.)
- Registry - Registry identifier
- Download Count - Number of times downloaded
Examples
Output Example
Filtering Tips
When listing artifacts across multiple registries, omit the
--registry flag to see all artifacts in your account.See Also
- hc artifact get - Get detailed artifact information
- hc artifact delete - Delete artifacts