oras-project / oras

OCI registry client - managing content like artifacts, images, packages
https://oras.land
Apache License 2.0
1.52k stars 181 forks source link

Improve description of "oras copy" #1456

Closed FeynmanZhou closed 2 months ago

FeynmanZhou commented 4 months ago

The description of "oras copy" only tells users the basic behavior. If the artifact is an image index, e.g., a multi-arch image, all platforms in the image index will be copied by default. Uses might not be aware of this default behavior.

image

Suggested description: Copy artifacts from one target to another. If the artifact is an image index, all of its manifests will be copied.