pull
The cldkctl registry artifact pull command retrieves an artifact and its associated data from the container registry. This allows users to download a specific artifact version, including its metadata, tags, and labels, to a local environment.
Usage
cldkctl registry artifact pull [artifact ID] [tag] [flags]Steps
Follow the steps below to run and view the result of this command:
Ensure that you are logged in. Refer to the Registry Login section.
Identify the Artifact ID you want to download. Refer to the Registry Artifact List section.
Specify the tag if you want to pull a specific version of the artifact.
Run the following command in your terminal:
./cldkctl --registry [registry name] registry artifact pull [artifact ID] [tag]Replace
[registry name]with the target registry,[artifact id]with the desired artifact ID, and[tag]with the version tag if needed.Once successful, the terminal displays "✓ Artifact pulled successfully".

Flags
-h, --help
Help for the registry artifact pull command.
Last updated
