gdcloud artifacts unpack

NAME

gdcloud artifacts unpack - Unpack a GDC air-gapped OCI bundle from a registry to a destination remote registry.

SYNOPSIS

gdcloud artifacts unpack SOURCE DESTINATION [flags]

EXAMPLES

To unpack a GDC air-gapped OCI bundle from one registry to a destination registry, run:

            gdcloud artifacts unpack SOURCE DESTINATION

        The SOURCE path must be a local path to the GDC air-gapped OCI bundle that is being unpacked.
        The DESTINATION is a reference to a remote registry where the unpacked OCI bundle exists when the unpack operation is complete.

OPTIONAL FLAGS

      --all                           Tag all manifests in the OCI bundle.
      --ca-cert-path string           Absolute file path to the user-provided CA certificate file that is used to unpack the manifest over a HTTPS connection
  -h, --help                          help for unpack
      --insecure                      Allow unpacking an OCI image from registry, and establishing a connection to the server, even for server connections otherwise considered insecure.
      --output-manifest-path string   Output the manifest unpacked from an OCI image bundle.