Listing Artifacts in Artifact Registry
List the artifacts of a specific repository in Artifact Registry.
To list all the artifacts of a repository, use the
artifacts generic artifactresource, referenced in Artifact Registry CLI.Get all the commands for
artifacts generic artifact:oci artifacts generic artifact -hGet help for the
listcommand:oci artifacts generic artifact list -hFind the required options for the
listcommand:--compartment-id--repository-id
Get the list of artifacts in a specific repository:
oci artifacts generic artifact list --compartment-id <compartment-OCID> --repository-id <repository-OCID>Example:
oci artifacts generic artifact list --compartment-id <compartment-OCID> ocid1.compartment.oc1..xxx... --repository-id ocid1.artifactrepository.oc1..xxx...Use the ListGenericArtifacts operation to list the artifacts of a specific repository.