gdcloud artifacts list-versions

NOMBRE

gdcloud artifacts list-versions: Enumera las etiquetas de versión de la imagen OCI raíz en un registro. Las etiquetas de versión se pueden encontrar en gpc-system/gpc-oci.

SINOPSIS

gdcloud artifacts list-versions REGISTRY_NAME [flags]

EXAMPLES

To list the version tags for the root OCI image in a registry, run:

            gdcloud artifacts list-versions REGISTRY_NAME

MARCAS OPCIONALES

      --artifact string        Get versions for a different artifact from the registry. (default "gpc-system/gpc-oci")
      --insecure               Allow pulling from the registry, and establishing a connection to the server, even for server connections otherwise considered insecure.
      --latest                 Return only the latest version tag found. (default true)
      --single-manifest-repo   List the manifests in a specified registry, where REGISTRY_NAME is the reference for the registry.

MARCAS GENERALES DE GCLOUD

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.